The documentation sepcifies that the locale is defined by GWT
Property, i.e.

<meta name="gwt:property" content="locale=ja_JP">

or by paramater

http://www.example.org/myapp.html?locale=fr_CA

I would like to have the required locale as a propery of the logged in
user, and that hat tell the app what locale to use. So is there any
way to do this programatically define the required locale, short of
creating a filter and overriding the request object to add the locale
property?

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