I have a requirement to show a number value like 123456789.905
in the following format 123,456,789.90
. But the comma separation changes depending on the locale selected in the phone (as if with US English selected comma separation is 3 places and if India English is selected it is like 12,34,56,789.90
).
How can I format my Double
?