Question
Localization : number and currency locale different than Language locale
Hi,
I have requirement where number locale can be different than than language locale.
E.g The user selects Browser language as en_GB hence the labels and text gets localized. with this the number format, date format and decimal format also reflects in en_GB format.
But I have the requirement to show the number/decimal format different than the language locale.
So lets say language locale is en_GB but numbers and decimal i want to have as Italy format (it_IT/ITL).
Number format in en_GB : 111,111,23.50 (dot is used as decimal and comma as number separator)
Numberformat in it_IT /ITL : 111.111.23,50 (comma is used as decimal and dot as number separator)
***Edited by Moderator Marissa to update platform capability tags****
Hi
Displaying numbers and currency in different locales is not possible. In Pega Locale is set on requestor level. Once the locale is set for that particular requestor, both the number and currency are displayed in the same locale.