I have a monolingual GWT application (English开发者_运维问答) and I would like to use localized date and number formats.
I have a decimal number, say 1234.500. I want to display it as 1,234.5. I\'m currently converting it to a double to remove the trailing \'0\'s.
I have a double whose value is 10,000,000.00 (ten millions). I have to convert it to开发者_运维问答 a String. When using the method toString I am getting the String