localization
Description
- Aggregated localization context composed of market, language, currency, and available languages.
Source
- If any of
market,lang, orcurrencyexist {{localization}}
Type
- Object
Key Fields
market: string or objectlang: stringcurrency: object (seecurrency)languages: array of string
Example
{
"market": "EG",
"lang": "ar",
"currency": { "currencyCode": "EGP", "currencySymbol": "ج.م" },
"languages": ["ar", "en"]
}
Notes
- Use alongside money/date/number formatters to render localized UI.