Submitted by Duinseach Carey on Apr 25, 2012 5:01:02 AM

Re: Customizing product strings

@Sami, those resource bundles should be present in the homepage.war/WEB-INF/lib/homepage.utils.jar file.

The actual file names are as follows:

homepage.utils.jar:/com/ibm/lconn/homepage/resources/nls/jsp/jsp_resources_*.properties

homepage.utils.jar:/com/ibm/lconn/homepage/resources/nls/ui/ui_resources_*.properties

homepage.utils.jar:/com/ibm/lconn/homepage/resources/nls/catalog/service/ui/CatalogServiceUIMessages_*.properties

The convention of specifying the bundle name as opposed to the actual filename is used throughout our doc for customizing strings.

Submitted by Sami Khader on Feb 9, 2012 4:19:20 PM

Re: Customizing product strings

The homepage.utils.jar does not contain the following?

com.ibm.lconn.homepage.resources.nls.jsp.jsp_resources:

com.ibm.lconn.homepage.resources.nls.ui.ui_resources:

com.ibm.lconn.homepage.resources.nls.catalog.service.ui.CatalogServiceUIMessages

Submitted by Hunter Medney on Sep 22, 2011 10:01:51 AM

News strings

For the News strings, news.common.jar is under News.ear, not the WEB-INF/lib directory.

Submitted by Michelle Mahoney on Aug 31, 2011 10:43:50 AM

Re: Customizing product strings

The mobile application does not use this method to find custom strings and use them instead of the predefined strings. Customizing strings in the mobile application is not supported. That said, the strings used in the mobile application are defined in the following file:

mobile.ear/mobile.web.war/WEB-INF/lib/mobile.web.jar/com/ibm/lotus/connections/mobile/web/package_.properties

Submitted by Michel Wigbers on Aug 30, 2011 8:48:06 AM

Re: Customizing product strings

where can I find the mobile strings and correct name for the bundle?