Localized data definition, method 2

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

In the JSON or DSV data object, the localized string data is formatted as individual properties. Each property name has a locale code suffix. The driver reads the JSON or DSV data object to match the property suffixes to the locale codes and returns the localized values.

Example of a JSON data object with strings that are localized:

“greeting_en_US":”hello”,”greeting_fr_FR”:”bonjour”,”greeting_es_MX”:”hola”