Hi This question has probably been asked before, but I can't find it anywhere in the archives :-(
I am trying to create a basic proof-of-concept demo using struts. Everything is going great except I can't seem to get multiple languages going. I am trying to create English (en_IE) and Swedish Chef (ss_IE) versions of the app. I have two resource files, ApplicationResources.properties and ApplicationResources_ss.properties, and the following entry in my web.xml <init-param> <param-name>application</param-name> <param-value>com.marrakech.strutstest.ApplicationResources</param-value> </init-param> To allow the user to change their language I invoke an action which includes the following code: locale = new Locale("ss", "IE"); setLocale(request, locale); I have confirmed that the locale is set in the session. When I try display text from the resource file I use a tag like this: <bean:message key="receipt.receiptNumber"/> Does anyone know why the swedish chef version of the application is not being picked up? Thanks and regards Tim Wild -- "Blessed is the man who, having nothing to say, abstains from giving words in evidence of the fact." - George Elliot ****************************************************************** Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of Marrakech and shall be understood as neither given nor endorsed by it. ******************************************************************