LocalizableMessage

LocalizableMessage
LocalizableMessage

An abstract representation of a message that allow the message to be displayed for multiple locales.

JSON Example
{
    "id": "string",
    "default_message": "string",
    "args": [
        "string"
    ]
}
string
id
Optional

The identifier specifying the message from the localized message catalog.

NOTE: The localized message catalog is not available in this release of the API, so clients will need to determine the failure from the default_message.

string
default_message
Optional

The message in English.

array of string
args
Optional

Substitution arguments for variables in the localized message.

Property Of