Closed GoogleCodeExporter closed 9 years ago
Per the Excel behavior(US Locale):
19 -> 19.
1234 -> 1,234.
5678.123 -> 5,678.123
1234567 -> 1,234,567.
1234567.89 -> 1,234,567.89
In German locale shall be like this
19 -> 19,
1234 -> 1.234,
5678,123 -> 5.678,123
1234567 -> 1.234.567,
1234567,89 -> 1.234.567,89
Original comment by chenhe...@gmail.com
on 21 Mar 2011 at 6:34
Fixed since Mar. 21, 2011.
--
getEditText() and setEditText() shall respect current Locale.
Original comment by chenhe...@gmail.com
on 22 Mar 2011 at 2:49
Original issue reported on code.google.com by
stephan....@apinso.com
on 10 Mar 2011 at 9:01