If you want to display localized messages you have to create for each language an ApplicationRessources_de.properties test=Das ist ein Test ApplicationRessources.properties test=This is a test
_de here is the locale Then you can print you text with <bean:message key="test"/> Struts then looks into the sesion if there is an Locale Object stored with key Actions.LOCALE_KEY and takes the correct ressource bundle. (manually you can get it with request.getSession().getAttribute(Action.LOCALE_KEY) Hope that helps -----Ursprüngliche Nachricht----- Von: Juan Alvarado [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 25. Februar 2002 16:07 An: Struts Users Mailing List Betreff: Internationalized sites with struts Hello all: I am in the process of developing a struts based web site that will need to have an english and spanish version. Can anyone tell me which are the features in struts that would allow me to accomplish this. Any sample code would also be greatly appreciated. Thanks in advance, ********************************************** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>