elect
String.format
ephemient
Locale
Locale.setDefault(<http://Locale.US|Locale.US>); "%,g".format(1234.5) == "1,234.5" Locale.setDefault(Locale.FRANCE); "%,g".format(1234.5) == "1 234,5"
A modern programming language that makes developers happier.