An i18n message that can be translated in multiple languages to support internationalization. An i18n message includes a unique message identifier, a text format string, a list of message parameters that can be used to substitute parameters, and a translated string based on a user's locale.
| Name | Type | Description | Notes |
|---|---|---|---|
| message | str | The default (en-US) localized message. Default localized message will be stored and directly retrieved when the user's locale setting is en-US. | [optional] [readonly] |
| message_id | str | The unique message identitifer used to lookup text templates in a multi-language message catalog. | [optional] [readonly] |
| message_params | list[I18nMessageParam] | [optional] |