IL10n interface
đ Descriptionâ
Describes the interface that holds translation and locale information.
đ Type declarationâ
interface IL10n { language?: "auto" | string;Optional locale?: "auto" | string;Optional translations?: TTranslation | TTranslation[];Optional }
đąī¸ Hover with the mouse over a property name for a tooltip with the description of that property. Click it for more information.
đī¸ Propertiesâ
đˇī¸ language
â
Contains the language of the translation to use.
Typeâ
string
đˇī¸ locale
â
Contains the locale to use.
Typeâ
"auto" | string
đˇī¸ translations
â
Contains the translations.