Hi I am trying to localize the labels in the uibinder. I am passing the locale value through meta tag like: <meta name="gwt:property" content='locale=FR'>
and do find that it is correctly set by checking the value of: LocaleInfo.getCurrentLocale().getLocaleName() However even though I have LocalizableResource_fr.properties along with LocalizableResource.properties in com\google\gwt\i18n\client directory, I see that the values are not being picked up. Also my gwt.xml has <extend-property name="locale" values="fr"/> <extend-property name="locale" values="en"/> Any idea what is that I am doing wrong? thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.