Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 661 Bytes

I18nMessageParam.md

File metadata and controls

12 lines (8 loc) · 661 Bytes

I18nMessageParam

A key, value pair used to substitue variables when translating a message in a particular locale for internationalization purpose.

Properties

Name Type Description Notes
name str The name of a variable which is referenced in a i18n text template. [optional] [readonly]
value str The value of a variable which is substituted in a i18n text template. [optional] [readonly]

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