Hi there, you sould take a look at the showcase http://gwt.google.com/samples/Showcase/Showcase.html#CwNumberFormat and look around the docs for internationalization http://code.google.com/webtoolkit/doc/latest/DevGuideI18n.html
if you'll use locale=... what ever you need, ... for example NumberFormat.getDecimalFormat() ... wil give the standard decimalFormat for the specified locale, NOTE: using locale you'll get extra permutations ( number of browser implementations multiplied by (the number of specified locales+1)) so if you need only a few formattings "here an there" you would better use "hand made" formater Good luck On Jan 5, 4:23 am, oks <[email protected]> wrote: > Can I get the regional setting for number from GWT? > > By using number format, this seems to be using a fixed type of > format.... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
