UA_LocaleId

This PLC data type maps the node "LocaleId" [i=295]: reference.opcfoundation.org
This simple data type is a character string consisting of a language code and an optional country code in accordance with RFC 5646 (e.g. "de-DE").

Syntax

TYPE UA_LocaleId : STRING(6);
END_TYPE