This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
formatting_numbers_in_specific_locale [2014/01/10 15:02] mihael |
formatting_numbers_in_specific_locale [2014/01/10 15:03] (current) mihael |
||
---|---|---|---|
Line 5: | Line 5: | ||
NumberFormat nf = NumberFormat.getNumberInstance(Locale.GERMAN); | NumberFormat nf = NumberFormat.getNumberInstance(Locale.GERMAN); | ||
- | This gives you the "," has a decimal separator. | + | This gives you the comma as a decimal separator. |
{{tag>java devel}} | {{tag>java devel}} |