RE: setting locale manually

2008-01-10 Thread Raghuveer
tLocale(request,locale); -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 8:21 PM To: 'Martin Gainty' Cc: user@struts.apache.org Subject: RE: setting locale manually So you mean if I addrequest_locale=en_US in all forward this will

Re: setting locale manually

2008-01-04 Thread Laurie Harper
ct: RE: setting locale manually Czes Raghu http://struts.apache.org/2.0.11/docs/i18n-interceptor.html you can pass the locale on the request and path accordingly dziekuje! Martin __ Disclaimer and confidentiality note Everything in this e-mail and

RE: setting locale manually

2008-01-04 Thread Raghuveer
So you mean if I addrequest_locale=en_US in all forward this will work OR if I add in first forward it is sufficient? _ From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 8:10 PM To: [EMAIL PROTECTED] Subject: RE: setting locale manually Czes Raghu

setting locale manually

2008-01-04 Thread Raghuveer
How to set locale for my struts application. My application will have 2 languages. There will be 2 buttons in jsp page. One button is polish and other is English. on clicking of Polish button all the labels and button names and messages are to be changed into polis language. Any suggesti