I want to know what locale the user has selected in uPortal and use that information in my portlet, but the result of getLocale() (1) does not change when I change the locale setting in uPortal for a user. I have to the change the preferred language in my browser to change the result of getLocale(). It would be nice if getLocale() would obey the uPortal setting.
I want to know what locale the user has selected in uPortal and use that information in my portlet, but the result of getLocale() (1) does not change when I change the locale setting in uPortal for a user. I have to the change the preferred language in my browser to change the result of getLocale(). It would be nice if getLocale() would obey the uPortal setting.
1. http://portals.apache.org/pluto/portlet-1.0-apidocs/javax/portlet/PortletRequest.html#getLocale()