Two locales
Two locales are in play:- Parsing locale — how ambiguous input is interpreted (is
01/02/2024Jan 2 or Feb 1?). Set on the data viadata._metadata.parsingLocale; defaults toen-GB. - Formatting locale — how output is displayed (separators, month names, currency symbols). Set with the
formattingLocaleprop onGraphProvider.
formattingLocale, display falls back to the parsing locale.
Supported locales
en-GB, en-US, ar, pt-PT.
Number formatting
Locale governs separators and symbols; thenumberFormat config governs the rest — decimals, abbreviation, and any prefix/suffix — and can override the locale’s separators when you need to:
Currencies and dates
Currency and date columns detected during value-format inference are formatted for the active locale automatically — a£1,250 column renders with the right symbol and grouping, a date axis with locale-appropriate month names — without extra configuration.
Related
- Number format — the
numberFormatoptions in full - Data structure — parsing locale and value formats

