If creating a new application, create a new string resources file.
The format for the string resource file name is:
eServiceSuiteAPPNAMEStringResource.properties
where APPNAME is your application name.
In this file, define a property for each string using this format:
emxAPPNAME.STRING.ID = TEXT TO DISPLAY
where:
- APPNAME is your application name
- STRING.ID is the identifying name used in the dynamic UI component to identify this string
- TEXT TO DISPLAY is the actual text
If developing a new application, add the mapping details for your string resources file to the emxSystem.properties file.
Example property setting in emxSystem.properties for Engineering Central:
eServiceSuiteEngineeringCentral.StringResourceFileId =
emxEngineeringCentralStringResource
For Library Central:
eServiceSuiteLibraryCentral.StringResourceFileId =
emxLibraryCentralStringResource
When defining a UI component, enter a string resource ID property name
as the value for the text or label and add that string resource to the stringresources.property file.