hm.. the steps above work for me maybe read these articles: * http://code.google.com/intl/de-DE/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html#DevGuideDynamicStringInternationalization * http://code.google.com/intl/de-DE/webtoolkit/tutorials/1.6/i18n.html#local it says, you can also append the locale as parameter to the URL - may speed up your debugging
ah - one more thing: are you sure, that you really compile all the permutations for the languages? On Aug 7, 7:15 am, lumo <[email protected]> wrote: > > * use this content type in the HTML page: > > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > > * make sure, your .properties files are saved using UTF-8 encoding > > (file-properties in eclipse) > > * set the language using: <meta name='gwt:property' > > content='locale=de'> > > okay, i changed the content type to utf-8 and also the encoding of the > .properties files. > i added the language meta tag into my html file > > <html> > <head> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > <meta name='gwt:property' content='locale=de'> > etc. > still... its only the default .properties showing up. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
