fritsche / Statistics

GNU General Public License v3.0
0 stars 0 forks source link

Set the Locale to "en" to number formating #1

Open fritsche opened 7 years ago

fritsche commented 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.