I'd say that the servlet identifies the language sent by the client browser
in the header of the request :
"Accept-Language: fr" for example set language to french.
There are many ways to find it :
data.getRequest().getHeader("Accept-Language")
or even data.getRequest().getLocale() should work
Matthieu DELAHAIS a �crit :
> Hi all,
>
> I would like to know how jetspeed determines the
> language of the user. I found a class to change the
> language. But my question is, when jetspeed starts, it
> find the language of the user. Where does it find the
> language? in the OS's user? and with which method?
>
> Thanks a lot
>
> Matthieu
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>