[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?
thomas.heute@jboss.com
do-not-reply at jboss.com
Tue Mar 20 05:58:57 EDT 2007
So you want non-logged in user to be able to change the locale as well ?
For logged-in user you should change the preference (you don't have to do it using the portlet, nothing prevent you from creating your own action calling the identity service to update the preferred language)
For non-logged-in user, you would have to define how you want to store the preferred locale (session probably) and adapt org.jboss.portal.core.aspects.server/LocaleInterceptor accordingly
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029683#4029683
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029683
More information about the jboss-user
mailing list