5.2.2.14 LocalizedText
A LocalizedText structure contains two fields that could be missing. For that reason, the encoding uses a bit mask to indicate which fields are actually present in the encoded form.
The abstract LocalizedText structure is defined in OPC 10000-3.
| Name | Data Type | Description |
|---|---|---|
| EncodingMask | Byte | A bit mask that indicates which fields are present in the stream. The mask has the following bits: |
| Locale | String | The locale. Omitted is null or empty. |
| Text | String | The text in the specified locale. Omitted is null or empty. |