just a thought. Most people use the Application Resource bundle to handle internationalization issues, and it also works in action classes. You may have multiple property files for each locale, with the corresponding i18n labels. Rgds, Patrick
-----Original Message----- From: TREGAN Fabien (APTUS) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 12:14 AM To: '[EMAIL PROTECTED]' Subject: Using struts I18N fonctionnalities from an action Hi, I use <struts:i18n ...> tags in my application and it works well. Now, i need to use Struts' internationnalization functionalities from an action (use case : I forward to a presentation framework and do not have acces to JSP, I can only use presentation components wich have things like setTitle(String theTitle), but I'd like to have the title internationnalized by Struts) Hint ? thanks, f.