RE: user's locale

2004-02-18 Thread Gregory Joseph
PROTECTED] Subject: Re: user's locale Also look at the JetspeedSessionValidator class...you will get an idea of what is going on >>> [EMAIL PROTECTED] 02/18/04 11:03AM >>> Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's loca

Re: user's locale

2004-02-18 Thread Archana Turaga
You can get the user's locale from the method :user.getPerm ("language"). If this is null you can set the user locale by doing the following : 1) Instantiate a new locale 2) user.setPerm ("locale" ,locale); user.setPerm ("language", System.getProperty (&q

Re: user's locale

2004-02-18 Thread Archana Turaga
Also look at the JetspeedSessionValidator class...you will get an idea of what is going on >>> [EMAIL PROTECTED] 02/18/04 11:03AM >>> Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere i

user's locale

2004-02-18 Thread Gregory Joseph
Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere in rundata, but it doesn't seem to be the case. If I use the language portlet, I see that indeed the headers of jetpseed (login links etc) change langu