What can you suggest ways to internationalize web applications on GWT?
We work on Eclipse 3.7, GWT 2.4, SmartGWT 2.5.
- all pretty detailed < code.google.com/intl/ru-RU/webtoolkit/doc/latest/… > - Nofate ♦
- The google documentation is good, but it would be nice to update it. - Ildar
|
1 answer
They have their own internationalization mechanism. From the bundl classes are generated, where each line will be a method. Well, there are still a few mechanisms. Read more here .
|