* 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'>
On Aug 6, 1:48�pm, lumo <[email protected]> wrote: > hello NG, > > i'm following the documentation > fromhttp://code.google.com/intl/de-DE/webtoolkit/doc/1.6/DevGuideI18nAndA... > by now i externalized ALL my strings to .properties files and created > multiple of em. > > Constants.properties > Constants_en.properties > Constants_de.properties > > when i now compile my map and upload it to my webserver (simple html > webspace) > i always get the content of Constants.properties listed as text... > > i tried setting favourite languages to de or en, still the same... > any ideas why or how i can change this behaviour? > > note: if i use ��� in german ö wrong chars are shown (utf-8) > i tried to add > <meta http-equiv="content-type" content="text/html; > charset=iso-8859-1"> > and > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > to my module.html which ended both times with the same result... > > thanks in advance > lumo > > PS: i am using eclipse 3.4 and gwt 1.7 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
