04-06-05 10:58 PM
What is the data source for the locales returned by the PortletStub.getLocal
eSettings() method?
The problem: we changed the supported languages of portal by updating the la
nguage.properties file and updating the LANGUAGES table in the WPS database.
In the process we replaced "en" and "fr" with "en_CA" and "fr_CA". No probl
em, everything works. Until
I try to change the locale-specific title of a portlet using the Manage Port
lets function. No locales appear. If I add "en" and "fr" back to language.pr
operties, the locale-specific titles are displayed by Manage Portlets. I put
some debug code in Config
ure.jsp in the Manage Portlets portlet. The method to get the supported lang
uages is returning "en_CA" and "fr_CA" but the getLocaleSettings() method is
not. I added rows for "en_CA" and "fr_CA" to PORT_DECS_LOD for the Manage P
ortlets portlet but that di
dn't help.
[ Post a follow-up to this message ]
|