On 19 mar, 16:58, Vitali Lovich <[email protected]> wrote:
> Like I said, just reload the page with locale=locale_to_use: e.g.
>
> public static native void redirect(String url)/*-{
> $wnd.location = url;
> }-*/;
>
> redirect("http://mydomain.com/MySuperDuperApp?locale=en_US");
Window.Location.assign("?locale=en_US") should be enough.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---