UA_LocalizedText
This PLC data type maps the node "LocalizedText" [i=21]: reference.opcfoundation.org
This built-in data type defines a structure consisting of a string/text and a locale identifier for localized translations.
Syntax
{attribute 'pack_mode' := '1'}
TYPE UA_LocalizedText :
STRUCT
sLocaleId : UA_LocaleId;
{attribute 'TcEncoding' := 'UTF-8'}
sText : STRING(256);
END_STRUCT
END_TYPEParameters
Name | Type | Description |
|---|---|---|
sLocaleId | Tc3_OpcUa.UA_LocaleId | Locale identifier |
sText | STRING(256) | Localized string/text |