LocalizedText QML Type

Contains a text with associated locale. 更多...

导入语句: import QtOpcUa
Since: QtOpcUa 5.12

特性

详细描述

The two members of this type contain the actual text and the locale of the text.

特性文档编制

locale : string

Locale of the contained text. This has to be in a modified ISO standard notation, for example en-US . See OPC UA specification part 3, 8.4 for details.

text : string

Textual content.