I miss changing the decimal separator and grouping separator (in Brazil the

I miss changing the decimal separator and grouping separator (in Brazil they are inverted). But loved the suffix and prefix.

Thank you for rating me! To change separator, you must change the locale for your country, example:
TextualNumberField field = TextualNumberField(Float.class);
Locale brasilLocale = new Locale(“pt”,“BR”);
field.setLocale(brasilLocale);