fother
26 Aug 2009, 5:55 AM
create a method ONLY TO GET a decimal separator... do this I dont need recreate the code
Constants constants = LocaleInfo.getCurrentLocale().getNumberConstants();
String decimalSeparator = constants.decimalSeparator();
:)
Constants constants = LocaleInfo.getCurrentLocale().getNumberConstants();
String decimalSeparator = constants.decimalSeparator();
:)