Answer the question
In order to leave comments, you need to log in
GWT i18n and MVP?
The essence of the problem - there is an application written in GWT and using MVP. Now I'm trying to add i18n chips (like a different language for different inscriptions), but something without success. I added it to the xml file of the project, created the UsersTestMessages interface and files with properties like UsersTestMessages.properties and UsersTestMessages_de.properties , and I get an error:<inherits name="com.google.gwt.i18n.I18N"/>
<extend-property name="locale" values="de" />
ERROR: Error while executing the JavaScript provider for property 'locale' com.google.gwt.core.client.JavaScriptException: (TypeError) __gwt_getProperty([string: 'locale']): Property 'locale' of object [object Array] is not a function
Answer the question
In order to leave comments, you need to log in
Hmm hard to say - if the project isn't so secret I might dig around and find the bug. But for now, I can only advise you to check that the encoding of the .properies files is utf-8. It is important.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question