Std_NestedLocalizableMessage
The NestedLocalizableMessage structure represents a nested within a parameter localizable string or message template. This structure is useful for modeling composite messages. Such messages are necessary to do correct pluralization of phrases, represent lists of several items etc.
{
"id": "string",
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Std_NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
}
}
Unique identifier of the localizable string or message template. This identifier is typically used to retrieve a locale-specific string or message template from a message catalog.
Named Arguments to be substituted into the message template. services will not populate this field when there are no parameters to be substituted