UA.LocalizedText

Localized text

General Information

Domain

TcHmiOpcUa

Schema

Type

object

JSON Schema

{
    "description": "descUaLocalizedText",
    "properties": {
        "Locale": {
            "type": "integer"
        },
        "Text": {
            "type": "string"
        }
    },
    "required": [
        "Locale",
        "Text"
    ],
    "type": "object"
}