If you want to display custom extended properties names for other languages besides English, you must create a resource bundle that contains the translated names of all the custom properties. This topic shows how to specify a resource bundle for the headerlogo property, which is displayed in the Adding custom extended properties topic.
<Attribute name="headerlogo" type="string" required="false" max-length="255" friendly-name-resource="custom.attr.headerlogo" resource-bundle="nls.customattribute">
where Property file | Description |
---|---|
wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/nls/customattribute.properties | This is default property file. |
wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/nls/customattribute_en.properties | English |
wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/nls/customattribute_de.properties | German |
Property file | Localized string |
---|---|
customattribute.properties | custom.attr.headerlogo = Custom header logo (default) |
customattribute_en.properties | custom.attr.headerlogo = Custom header logo (English) |
customattribute_de.properties | custom.attr.headerlogo = Custom header logo (German) |
wp_profile_root/bin/stopServer.sh server_name -username WAS_admin -password WAS_admin_password_value
wp_profile_root/bin/startServer.sh server_name
wp_profile_root\bin\stopServer server_name -username WAS_admin -password WAS_admin_password_value
wp_profile_root\bin\startServer server_name
where server_name is the name of the WebSphere Application Server instance (for example, WebSphere_Portal).