Localizations

Device Classes can contain a maximum of one localizations object which lists all of the device specific localization objects. These objects are made available within the context of the device and provide localized values for a specified language/country code.

Children

Localizations can have the following children:

Markup

  • UDR Type: localizations

Example:

{
  "udrtype": "localizations",
  "children": [
    {
      "udrtype": "localization",
      "code": "en-gb",
      "children": [

      ]
    },
    {
      "udrtype": "localization",
      "code": "de",
      "children": [

      ]
    }
  ]
}