Hi,

the startup code detects the locale.
As documented in stockwatcher demo, you could either supply a locale
in the url (query parameter) or put it into host page as a fixed value


Stefan Bachert
http://gwtworld.de

On 19 Jul., 10:19, Sorinel C <scristescu...@hotmail.com> wrote:
> I have used the following code, trying to detect the client's locale,
> but always I get the "default" one, which is the EN_US, even if I
> change the locale of my system to French, for example.
>
> [code]
>                 final LocaleInfo locale = LocaleInfo.getCurrentLocale();
>                 decimalSeparator = 
> locale.getNumberConstants().decimalSeparator();
>                 thousandSeparator = 
> locale.getNumberConstants().groupingSeparator();
> [/code]
>
> So, can anybody advise me what  I miss, please?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to