Hi everyone
i am using smart GWT 2.3 and i am using localization in the code.
but in summmary builder and formula builder the text's are not full translated to the localized language. i had given German(DE) as the localized language.
code
in gwt.xml
in the ProjectName.html file
<meta name="gwt:property" content="locale=de"> in head
Screen shot attached.
here you can see some text's like "key,source, title, sample, formula" is not getting converted to german.
Please help
Thanks in adavance.
i am using smart GWT 2.3 and i am using localization in the code.
but in summmary builder and formula builder the text's are not full translated to the localized language. i had given German(DE) as the localized language.
code
in gwt.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><module rename-to="gwt_dibac">
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.smartgwtee.SmartGwtEE"/>
<inherits name="com.smartgwtee.tools.Tools"/>
<inherits name="com.google.gwt.i18n.I18N" />
<extend-property name="locale" values="de" />
<entry-point class="com.rsw.dibac.gwt.client.GWT_DIBAC"/>
<source path="client"/>
<source path="shared"/>
</module>
<meta name="gwt:property" content="locale=de"> in head
Screen shot attached.
here you can see some text's like "key,source, title, sample, formula" is not getting converted to german.
Please help
Thanks in adavance.
Comment