blacxcode

Results 1 comments of blacxcode

Hi sachen, please try this code currencyFormatter = (DecimalFormat) DecimalFormat.getCurrencyInstance(locale); DecimalFormatSymbols symbols = currencyFormatter.getDecimalFormatSymbols(); symbols.setCurrencySymbol(""); currencyFormatter.setDecimalFormatSymbols(symbols);