Localized data definition, method 1

In this method, the data object’s metadata defines the property as type object and localized.

In the JSON data object payload, the localized string values are formatted as an object. Each localized value is a name value pair using the locale code and the localized string value. The driver reads the JSON data object to match the locale codes to the localized values.

Example of a localized property in a JSON data object:

“greeting":{"en_US":"hello","fr_FR":"bonjour","es_MX":"hola"}