StdNestedLocalizableMessage
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.
Properties
string
id
Required
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.
map of
StdLocalizationParam
params
Optional
Named Arguments to be substituted into the message template. services will not populate this field when there are no parameters to be substituted
JSON Example
{
"id": "string"
}
This structure contains a property with a Circular Reference. This means that this data structure, is
part of a chain, that has a looping reference back on its self.
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
Std_NestedLocalizableMessage
StdLocalizationParam
StdNestedLocalizableMessage
Automated code generation tools, may produce unexpected results because of this.
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
Std_NestedLocalizableMessage
Automated code generation tools, may produce unexpected results because of this.