David Cagle ha scritto:
I was able to find the "org.apache.struts.action.Action.setLocale(HttpServletRequest arg0, Locale arg1)" method and it seems to do the 
trick.  Before I just had "<fmt:setLocale value="${helpSession.locale}" scope="request" />" where 
"${helpSession.locale}" was the correct locale.  Most of the labels were taken care of with that but the titles of the <html:frame> 
and <html:link> elements were not getting translated.  The Action.setLocale method seems to take care of them.

I don't know if you are doing the right thing. Anyway check "LocaleAction" out, it could be useful:
http://struts.apache.org/1.x/struts-extras/apidocs/org/apache/struts/actions/LocaleAction.html

Ciao
Antonio

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

Reply via email to