You can also change the locale by mapping 
org.apache.struts.actions.LocaleAction to locale.do in your struts-config.xml, 
using a dynaform.
The user can then switch language using somthing like 
locale.do?language=fr&country=be&page=/jsps/myjsptogoto.jsp

country and page are optional arguments.

regards,
-- 
David Delbecq
Royal Meteorological Institute of Belgium
Le Lundi 25 Avril 2005 22:25, Marcel Stör a écrit :
> vinod perla <mailto:[EMAIL PROTECTED]> wrote:
> > vinod wrote:
> >                 u can set to a specific Locale in the Action Class by
> > calling the method setLocale(HttpServletRequest
> > request,java.util.Locale locale).The default scope of this is session.
>
> So, what you're saying is, that one cannot set the specific Locale in the
> JSP where the tag is employed?
>
> Regards,
> Marcel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to