No, there is no simpler way to do. GWT compiler creates a JavaScript file for each locale, so the GWT bootstrap mechanism requires the Information which localized app to load.
Regards Jan Ehrhardt On Tue, Dec 15, 2009 at 7:55 PM, Matt <[email protected]> wrote: > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
