I think its case sensitive issue , pls try it as ?locale=fr usually its fr_FR en_US and stop on
Hope that helps Alaa On Feb 11, 9:45 pm, SVR <[email protected]> wrote: > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
