Hi Eduardo,
It seems like you made a little mistake in your gwt:property meta tag.

The tag should read as follows:

<meta name="gwt:property" content="locale=en_US">

To add another gwt:property meta tag for the pt_BR locale, you would also
have to similarly add another meta tag that would look like the following:

<meta name="gwt:property" content="locale=pt_BR">


Once you have these properly defined, your application should be able to
pick up the correct properties files for a given locale URL parameter.

Hope that helps,
-Sumit Chandel


On Mon, Oct 13, 2008 at 5:13 PM, Gambogi <[EMAIL PROTECTED]> wrote:

>
> Hello everybody,
>
> Im begginer in GWT , so , i got so many difficulties in this first
> step.
> I just trying to do a website with, at first moment, two languages. I
> did everything which i got from the tutorials etc etc. Now, i already
> have something wich works , but not like i want.
>
> I change my xml files and my html file .
>
> i have a line like this: <meta name="gwt:property" content="en_US">
>
> I my java code , i change that value to content="pt_BR" . But, my page
> still use the previous properties file. I only change that when i add
> in the end of my URL the sufix locale=pt_BR. So, theres a way to
> change that property and got the updated html easily? Without use the
> URL to set that?
>
> regards
>
> Eduardo
>
> >
>

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