Switching the locale(language) of an application via a button on a page.
Created May 7, 2012
Ted Husted
Struts places a locale object in the application scope, and it's just a matter of changing that.
David has a nice example in his sample Validator application.
HTH - Ted