| Author |
Is there a way to make a Language change in portal?
|
|
|
| Is there a way to override the portal settings and specify that a user can always use a particular language?
| |
| Sebastian Fratini 2007-05-21, 7:27 pm |
| Hi
The default language is changed in the Global Settings in the Administration Panel but each user can change this in their profile.
Although the language of the browser is also important.
Regards,
Sebastian "Jack" Fratini
IBM Certified System Administrator
Sebastian.Fratini@e-nsx.com
NSX SA
| |
|
| I once had to use the following code to create a link that changes the language of the portal for the current user's session:
<wps:url command="ChangeLanguage">
<wps:urlParam name="locale" value="language"/>
</wps:url>
Try looking up for the changeLanguage command, you'll find some stuff in this forum as well.
|
|
|
|