Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1 KB

File metadata and controls

13 lines (9 loc) · 1 KB

I18nMessage

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]