I read in help.sap.com that
if the current default locale is en_US, the locale of the component is fr_CH and the resource bundle name is localization, the portal will look for resource bundles in the following order:
1. localization frCH
2. localization _fr
3. localization enUS
4. localization _en
5. localization
The resource bundles must be in the PORTAL-INF/private/ folder
Now my doubt is what should be the value of <i>ResourceBundleName</i> property in the <component-config> element for the current component in the deployment descriptor ?
Regards,
Sudhir