>
>
>
> * 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
-~----------~----~----~----~------~----~------~--~---