On Tue, Oct 21, 2008 at 1:58 PM, Eduardo Cardoso
<[EMAIL PROTECTED]> wrote:
> WITHOUT refreshing a page and no use of  ?locale=en_US after url?
>
> something like : setLocale(new Locale.BR) and the page refresh all text
> data.

As far as I know, you can't do that with GWT's built-in i18n support.
If you don't like the ?locale=en_US in the URL, you can avoid it by
writing <meta> tags into the HEAD section of your host page, but,
regardless, you'll have to refresh the page.  Why do you want to avoid
the refresh?  If you're worried about losing application state, look
into GWT's history support.

Ian

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to