Hello,
i want to internationalize my program in that shape:
I have a properties file suffix _de, _fr etc. with all translated
words like that for german:
dog = Hund
cat = Katze
My Caption = Meine Überschrift
I want to call the method for translation in my program like that:
translate.getString("dog")
translate.getString("cat") etc.
I've found some tutorial's like "static string internatlionalization"
or "dynamic string internatlionalization" with the dictonary-class in
the web, but i dont want an interface with methodnames like the
strings...
Only one or two methods return the translated string for each word,
from the property-file.
I only want to map the getstring-method to my property-files, relative
to the query-string.
Example query-string: "http://www.blibla.de/fuu/.../foo/index.html?
locale=de".
Can anyone help me ?
Thanks and sry for my broken english :-/
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
-~----------~----~----~----~------~----~------~--~---