Skip to Content
0
Former Member
Oct 11, 2006 at 07:40 AM

request.getLocale getDisplayName Not Changing

44 Views

Hi I have created a portal component with:

<%
IPortalComponentRequest currentRequest =(IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST); 
Locale l = request.getLocale();
%>

to get the Locale and <%= l.getDisplayName() %> to get the Language Name displayed.

If I login with English it shows English (United States), but In Personalize if I change to German, it still shows English (United States)

What could be wrong?