User Specific Language settings
Created May 8, 2012
alan do here's a tutorial on it: http://www.exadel.com/tutorial/struts/5.2/strutstutorials-i18n.html . note that 'locale' attribute is deprecated in struts 1.2 to 'lang' attribute. this is fully automatic in that the user does NOT select the locale. to allow for usual manual setting the locale, you must change the value of the Action.LOCALE_KEY base on the user selection. see this FAQ: http://www.jguru.com/faq/view.jsp?EID=1057614 for further details.