Thanks for the quick answer but it's not exactly what I need. The example is about how to manipulate with strings presents the numbers for different locales.
My question is about UI. If the current locale is "french" why Input keyboard displays "."? I would expect "," instead. Thanks, Evgeny On Sun, Oct 17, 2010 at 9:34 PM, Kostya Vasilyev <[email protected]> wrote: > Evgeny, > > I think this might help: > > http://developer.android.com/reference/java/text/NumberFormat.html > > This class is locale-aware. > > -- Kostya > > 17.10.2010 21:34, EvgenyV пишет: > > Hi all, >> >> I'm using EditText with following Input type properties: number| >> numberSigned|numberDecimal|phone. The locale is "fr" which France >> settings. >> >> The question is: should I expect comma "," as floating number sign >> instead "." using for English locale. >> >> Thanks in advance, >> Evgeny >> >> > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

