Hello,

i've a java-gwt-project.
I want to translate all english-strings/constants in german words, but
i want to use that function call:
caption.getString("MyTranslateString"):String.
That method returns a String translated in german, if the locale is
set up to de in the URI.

How can i do that ?

The only thing i found is "Static String Internationalization", but
that's the wrong way.
I don't want some methods for each string ...

I've a property file called captions_de.properties with all german
words as a shape like that:
yes = Ja
no = Nein
etc.

If i call caption.getString("Yes") i want to get back "Ja".
If i call caption.getString("No") i want to get back "Nein" etc.

Can u help me please ?

Greetings and Thanks,
SkiD.

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

Reply via email to