PDA

View Full Version : internalization problems..



aksa
31 Oct 2008, 1:41 AM
Hi!
I have a big trouble with adding the internalization in my project.
I created an interface and the related *.properties files, and I wrote
the code, which is needed into the gwt.xml and into the host html. (I

Martin.Trummer
3 Nov 2008, 1:05 AM
just a guess:
did you actually define the locale/s you want to use?
e.g.

<extend-property name="locale" values="de"/>if this is not the problem, you should search the GWT group:
http://groups.google.at/group/Google-Web-Toolkit?hl=de&lnk=

aksa
4 Nov 2008, 1:37 AM
thank you for your hint..

the error-message comes, when I define the locale
<extend-property name="locale" values="de"/>...

the gwt - forum had forwarded me to the extjs forum, because it seems that the error cames if I am using gxt..