|
| What is the data source for the locales returned by the PortletStub.getLocaleSettings() method?
The problem: we changed the supported languages of portal by updating the language.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 problem, everything works. Until
I try to change the locale-specific title of a portlet using the Manage Portlets function. No locales appear. If I add "en" and "fr" back to language.properties, 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 languages 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 Portlets portlet but that di
dn't help.
|
|