Hello everyone,
I am having some trouble with internationalization.
I have the following lines in my gwt.xml
and in my index.html I have
However, I can't get the German version to work as obviously I am missing something. I am using SmartGwt 2.1 and I have the SmartGwtMessages.properties_* files.
I guess I am missing some configuration for the internationalization to use the SmartGwtMessages.properties files in the SmartGwt package since the inherit in the gwt.xml is for the Gwt i18n.
Thank you for your help in advance.
I am having some trouble with internationalization.
I have the following lines in my gwt.xml
Code:
<inherits name="com.google.gwt.i18n.I18N" /> <extend-property name="locale" values="de" />
Code:
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="gwt:property" content="locale=de">
I guess I am missing some configuration for the internationalization to use the SmartGwtMessages.properties files in the SmartGwt package since the inherit in the gwt.xml is for the Gwt i18n.
Thank you for your help in advance.
Comment