Hello all!

We've been developing a GWT application with Russian language
interface for quite a long time, and now we came to the point where we
need it also in English. Yes, we were aware that sometime multi-
language support would be needed, so we used
com.google.gwt.i18n.client.Messages and .properties files to hold all
the texts displayed for users.

According to GWT manuals, to add new language support (in our case
this is English), all one have to do is

1. for every Foo.properties file add Foo_en.properties file with
English labels and messages,

2. add <extend-property name="locale" values="en" /> to App.gwt.xml,

3. Use <meta name="gwt:property" content="locale=en"/> in host HTML
page or add ?locale=en parameter to URL to set application locale.

I made all this, but, unfortunately, this does not work: application
continues to use texts from default .properties files, and I cannot
understand what am I doing wrong. Does anyone has any suggestions or
will you recommend me a working example of localized GWT application
to compare it with our case?

Thanks in advance,

Ivan.

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