TranslationOptions Interface
Options for Localization
Properties
| Name | Type | Description | |
|---|---|---|---|
| context | any | undefined | used for contexts (eg. | |
| count | number | undefined | count value used for plurals | |
| defaultValue | any | undefined | defaultValue to return if a translation was not found | |
| fallbackLng | string | undefined | override language to lookup key if not found see fallbacks for details | |
| lngs | string[] | undefined | override languages to use | 
Defined in
- core/common/src/Localization.ts Line 12
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.