Syntax
Defines the locale to use for global number formatting. Value must be one of the following:
en_US- Default. Comma-delimited thousands, period-delimited decimals, dollar default currencybr_BR(Brazil) - Dot-delimited thousands, comma-delimited decimals, Real default currencyde_DE(Germany) - Dot-delimited thousands, comma-delimited decimals, Euro default currencyen_GB(United Kingdom) - Comma-delimited thousands, period-delimited decimals, pound default currencyfr_FR(French) - Space-delimited thousands, comma-delimited decimals, Euro default currencyja_JP(Japan) - Comma-delimited thousands, period-delimited decimals, yen default currencynl_NL(Netherlands) - Dot-delimited thousands, comma-delimited decimals, Euro default currency
Examples
Static value
French numeric locale
Dynamic value using user attributes
This example assumes your Omni instance has an existing user attribute calleduser_locale and that users have been assigned appropriate locale codes, such as en_US for US users.
Set numeric locale based on user's region