gwt internationalization
Posted
by blub
on Stack Overflow
See other posts from Stack Overflow
or by blub
Published on 2010-05-18T11:18:53Z
Indexed on
2010/05/18
12:10 UTC
Read the original article
Hit count: 343
gwt
|internationalization
Hello guys, there are three (open) questions about the internationalization of GWT, I have:
1) Is it a (huge) performance issue, to use only "Messages" for constant and parameterized text (that's possible), where you would use both "Messages" and "Constants" usually?
2) Is there a way to specify the original text in the source code, whose translations can then be specified somewhere? (e.g. Translate("Hello")
in the source code and than in a properties file for e.g. spanish: Hello = ¡Hola!
)
3) Do you know any translation-tools, which generate the properties and interfaces for you?
Thanks in Advance!
© Stack Overflow or respective owner