RE: Localization in struts 2

2009-12-09 Thread Muthu Velappan
rom larger group rather than specific individual. -Original Message- From: sarava...@elogic.co.in [mailto:sarava...@elogic.co.in] Sent: Thursday, December 10, 2009 10:34 AM To: muthu.velap...@aspiresys.com Subject: RE: Localization in struts 2 Hi Muthu, I would like to know ab

Re: Localization in struts 2

2009-06-23 Thread Dave Newton
Johnson nickel wrote: public String execute() throws Exception{ System.out.println("Inside Index action"); request.getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, new java.util.Locale("fr","FR")); System.out.println(request.getSess

Re: Localization in struts 2

2009-06-22 Thread Johnson nickel
or >> multiple >> language file??( like this code) >> >> request.getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, >> new >> java.util.Locale("fr","FR")); >> request.getSession().setAttribute(org.apache.struts.Globals.LOCALE_K

Re: Localization in struts 2

2009-06-22 Thread Dave Newton
E_KEY, new java.util.Locale("en","US")); -Original Message- From: Johnson nickel [mailto:sarava...@elogic.co.in] Sent: 22 June 2009 11:28 To: user@struts.apache.org Subject: RE: Localization in struts 2 Can you explain in detail. i have ResourceBundle_hi.properties in my

RE: Localization in struts 2

2009-06-22 Thread Johnson nickel
cale("en","US")); -Original Message- From: Johnson nickel [mailto:sarava...@elogic.co.in] Sent: 22 June 2009 11:28 To: user@struts.apache.org Subject: RE: Localization in struts 2 Can you explain in detail. i have ResourceBundle_hi.properties in my web-inf/classes dir

RE: Localization in struts 2

2009-06-22 Thread Vishnu Vyasan Nelliparmbil
ay the text in views. -Original Message- From: Johnson nickel [mailto:sarava...@elogic.co.in] Sent: 22 June 2009 11:28 To: user@struts.apache.org Subject: RE: Localization in struts 2 Can you explain in detail. i have ResourceBundle_hi.properties in my web-inf/classes dir where to def

RE: Localization in struts 2

2009-06-22 Thread Johnson nickel
> > -Original Message- > From: Johnson nickel [mailto:sarava...@elogic.co.in] > Sent: 22 June 2009 09:58 > To: user@struts.apache.org > Subject: RE: Localization in struts 2 > > > > Hi, > I have tried the sample project 'Struts2i18n&#x

RE: Localization in struts 2

2009-06-22 Thread Muthu Velappan
lieve this will be more manageable than having a single properties file with 1000's of line... ~Muthu -Original Message- From: Vishnu Vyasan Nelliparmbil [mailto:vis...@mun.gov.bh] Sent: Monday, June 22, 2009 12:33 PM To: Struts Users Mailing List Subject: RE: Localization in struts 2

RE: Localization in struts 2

2009-06-22 Thread Vishnu Vyasan Nelliparmbil
. -Original Message- From: Johnson nickel [mailto:sarava...@elogic.co.in] Sent: 22 June 2009 09:58 To: user@struts.apache.org Subject: RE: Localization in struts 2 Hi, I have tried the sample project 'Struts2i18n' it's working fine. But, in my application i have differen

RE: Localization in struts 2

2009-06-21 Thread Johnson nickel
this would be a very difficult job to complete. > > Regards, > Muthu > > -Original Message- > From: Johnson nickel [mailto:sarava...@elogic.co.in] > Sent: Thursday, June 18, 2009 1:15 PM > To: user@struts.apache.org > Subject: RE: Localization in struts 2 >

RE: Localization in struts 2

2009-06-18 Thread Muthu Velappan
N O/P and encoding only. Regards, Muthu -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Friday, June 19, 2009 5:25 AM To: Struts Users Mailing List Subject: Re: Localization in struts 2 Martin Gainty wrote: > the lang lookup algorithm uses the provided locale t

Re: Localization in struts 2

2009-06-18 Thread Dave Newton
Martin Gainty wrote: the lang lookup algorithm uses the provided locale to lookup the accompanying text string romance and germanic languages come from the common EUROPEAN base which originate from single byte character set(s) converting to other languages employing Double Byte Character become

RE: Localization in struts 2

2009-06-18 Thread Martin Gainty
#x27;importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: muthu.velap...@aspiresys.com > To: user@struts.apache.org > Subject: RE: Localization i

RE: Localization in struts 2

2009-06-18 Thread Martin Gainty
Inhalt uebernehmen. > Date: Wed, 17 Jun 2009 23:58:15 -0700 > From: sarava...@elogic.co.in > To: user@struts.apache.org > Subject: Re: Localization in struts 2 > > > I have tried to copy the properties files text and opening in notepad > while saving i had selected the enc

RE: Localization in struts 2

2009-06-18 Thread Muthu Velappan
@struts.apache.org Subject: RE: Localization in struts 2 Thank you.. it's working fine. I have other issue.. in my application most of the places i used the images. I want to change images(like username,password) also in hindi. And, using this method, i can display the text from properties file

RE: Localization in struts 2

2009-06-18 Thread Johnson nickel
t the server you > should be able to see the hindi text properly in browser. > > Hope this solves your problem. > > Thanks, > Muthu > > -Original Message- > From: Johnson nickel [mailto:sarava...@elogic.co.in] > Sent: Thursday, June 18, 2009 12:28 PM > To

RE: Localization in struts 2

2009-06-18 Thread Muthu Velappan
@struts.apache.org Subject: Re: Localization in struts 2 I have tried to copy the properties files text and opening in notepad while saving i had selected the encoding type as UTF-8. But still i'm not able to see the hindi text in browser. And in my jsp i have added , <%@ page langua

Re: Localization in struts 2

2009-06-17 Thread Johnson nickel
s file. when i try >> to >> execute the application >> it shows some नाम: or ???. It's not actually taken the proper >> file.Give me a suggestions for this >> issue >> -- >> View this message in context: >> http://www.nabble.com/Localization-

Re: Localization in struts 2

2009-06-17 Thread Girish Naik
ated > ResourceBundle_Hi.properties for > hindi language. I had specified the hindi text in this file. when i try to > execute the application > it shows some नाम: or ???. It's not actually taken the proper > file.Give me a suggestions for this > issue > -- > View thi

Localization in struts 2

2009-06-17 Thread Johnson nickel
shows some नाम: or ???. It's not actually taken the proper file.Give me a suggestions for this issue -- View this message in context: http://www.nabble.com/Localization-in-struts-2-tp24086510p24086510.html Sent from the Struts - User mailing list archive at