The Jetspeed Profiler automatically handles mapping of PSML resources to
specific languages.
If you need to check the language/country code settings per request, say in
your portlet,

Profile profile = rundata.getProfile();
String language = profile.getLanguage();
String country = profile.getCountry();



> -----Original Message-----
> From: Jacky ESAYAG [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 13, 2001 8:11 AM
> To: [EMAIL PROTECTED]
> Subject: multi-language
>
>
> hello,
>       can someone please tell me what tools jetspeed has available for
> multi-language... How can i have different names for portlets
> depending on
> the user logged in.
> I can see there are different psml folders
> WEB-INF\psml\anon\html\en
> WEB-INF\psml\anon\html\fr
> where can i define the user language??.  Any information to
> get me started
> will be perfect!.
>
> thanks,
> jacky
>
>
> ---------------------------------------------------------------------
> 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