Labels Object

Version: 3.3

A Labels Object contains translated values. It is an object with for each culture a property named according to RFC 4647 containing a value. For example, a Labels Object containing the message “Hello” in U.S. English and “Hallo” in Flemish would look like this:

Example

RequestResponse
{
    "en-US":"Hello",
    "nl-BE":"Hallo"
}

Do you have some feedback for us?

If you have suggestions for improving this article,