Eduardo Cardoso schrieb: > WITHOUT refreshing a page and no use of ?locale=en_US after url?
At the moment, when using Messages or Constants you can't do that because the different languages are realized with different HTML- pages that must be loaded when changing the locale. > something like : setLocale(new Locale.BR) and the page refresh all text > data. I'm thinking about this as well for a while because there are projects where the change of the Locale during runtime is a explicit requirement ruling out GWT at the moment. You can solve that using GWT by not using the Constants/Messages- framework but with the Dictionary-classes but that eliminates the advantages you have with the interfaces allowing you to do the compiler the job of checking the correct spelling of the keys. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
