Open fritsche opened 7 years ago
https://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html
http://www.oracle.com/us/technologies/java/locale-140624.html
The default number format uses the system Locale. In case of pt_BR the number format is 123.456,78 but to generate the results in English the format should be 123,456.78.
https://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html
http://www.oracle.com/us/technologies/java/locale-140624.html
The default number format uses the system Locale. In case of pt_BR the number format is 123.456,78 but to generate the results in English the format should be 123,456.78.