function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ANUJIT DASANUJIT DAS 

How to format a Decimal value into user locale format with comma as decimal seperator?

Suppose I have a string: 500 090,00. How to use format() method to this string. It is in french locale. you cannot use decimal.value of this string also. it gives error.
format() method is not supported with a decimal with comma seperated. it only takes dot as decimal seperator. But there are many locales which uses comma or inverted quote as decimal seperator?
Any help is appreciated.
SandhyaSandhya (Salesforce Developers)