Hi Dave,

thanks, was not too difficult (as described in the doc you mentioned):
InitAction.properties
InitAction_de.properties
InitAction_fr.properties
...
for all languages.

Thanks and a nice weekend
Peter

Standard Java i18n.

http://java.sun.com/docs/books/tutorial/i18n/resbundle/propfile.html

might help?

Dave

--- Peter Theissen <[EMAIL PROTECTED]> wrote:

Hello,

I have a question concerning internationalization via ActionClass-properties:

I now have a file InitAction-properites that corresponds
to the class InitAction and contains certain strings, which
are assigned to labels of the jsp result page of the InitAction.
Loading the labels works fine, such as:

***properies file***
registration.firstname = First name
...
****************

***reg.jsp***
... label="%{getText('registration.firstname')}" ...
***********

How can I now "tell" the props file about the french, german, ...
texts? Unfortunately, I didnt find any hints neither in the struts docs nor with the big brother google.

Thanks in advance
Peter
______________________________________________________________
Jeden Monat 1 hochkar�tiger maxdome-Blockbuster GRATIS!
Exklusiv f�r alle WEB.DE Nutzer. http://www.blockbuster.web.de


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to