You can store off the user's chosen locale into a database of some sort and then when your host page is being written after the user logs in (like w/ jsp or php or something) load the users language preference and set it via the meta tag.
The only time you'd need to reload the app then is on that initial time when the user changes their language settings. On Dec 30, 11:28 am, Magnus <[email protected]> wrote: > Hi, > > I actually cannot live with the "reload": > > Assume a user had set his language in some profile settings area of > your application. When he comes into your app, he logs in and the app > loads for the first time. Then, immediately after loading the app, it > is immediately reloaded to realize the locale. So the app load time is > doubled... > > Is this really the best choice? > > Magnus -- 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.
