I have custom DecimalFormat in Edittext\'s addTextChangedListener method, everything is working perfectly but when I change language (locale) my addTextChanged
DecimalFormat
if you want to use only NumberFormat, you can do this way:
unicoinsAmmount.setText(NumberFormat.getNumberInstance(Locale.US).format(vc));