| Author |
Internationalization
|
|
|
|
Hi all,
I want to put a combo box with different languages in a theme's jsp page and when the user selects the language, the content of the portal page should change according to it.
Please give your suggestions....,URGENT!!
| |
|
| In theme's, you can use the following url command:
<a href="<wps:url command="ChangeLanguage"><wps:urlParam name="locale" value="nl"/></wps:url>">Switch to dutch</a>
If you want to use this for anonymous users, you probably need to enable public sessions.
| |
|
| Thank You, but i need to use it with combo box.
| |
|
| Well, that shouldn't be much of a problem. You could just generate all the links you need and select the correct one with a javascript function which you then use in the onchange on the combo box.
| |
|
| How can public sessions be enabled?
| |
|
|
|
|