Last try: Hello, I have a requisite to provide multilanguage in my app using a preffix in the action. So the URLs would be
http://myserver/mypackage/myaction (for the default language) http://myserver/en/mypackage/myaction (for english) http://myserver/pt/mypackage/myaction<http://myserver/en/mypackage/myaction>(for portuguese) The actions will not change, so I was thinking of using the PreffixMapper (slightly modified to pass the language as a parameter for a interceptor that will take care of the Locale). Has somebody done something like this? Is there a better approach? Thanks. JL 2012/7/9 <jlm...@gmail.com> > Sorry, It went through too early > > > Sent via BlackBerry from T-Mobile > > -----Original Message----- > From: jlm...@gmail.com > Date: Mon, 9 Jul 2012 18:56:43 > To: Struts Users Mailing List<user@struts.apache.org> > Reply-To: jlm...@gmail.com > Subject: PreffixMapper for language > > Hello, > I have a requisite to provide multilanguage in my app using a preffix in > the action. So the URLs would be > > http://myserver/mypackage/myaction (for the default language) > > http://myserver/en/mypackage/myaction (for english) > > > > > Sent via BlackBerry from T-Mobile >