I\'ve developed a GWT app using i18n internationalization. In Host/Dev mode it works fine, but launching GWT compile gives this error: No resource found for key xxx, like be
also 2 important things (see docs):
In order to use internationalized characters, make sure that your host HTML file contains the charset=utf8 content type in the meta tag in the header:
You must also ensure that all relevant source and .properties files are set to be in the UTF-8 charset in your IDE.