Enter the Name for the column as a string resource key using this format:Note:
If a string resource has already been created for this attribute, such as when adding a field to a form, you can reuse that string resource instead of creating a new one.
emxAPPNAME.STRINGID
where:
- APPNAME is the product name
- STRINGID is the identifying name used to map the name of this field to an entry in the string resources file
For example, if you want the name to show as "Thickness" in English, on a page titled "Create Custom Part" in Engineering Central, you would enter the name using this format:
emxEngineeringCentral.CreateCustomPart.Thickness
Add a line to the emxAPPLICATION_NAMEStringResources.properties file in this format:
emxAPPNAME.STRINGID=STRING_VALUE
where:
- APPNAME is the product name
- STRINGID is the identifying name used to map the name of this field to an entry in the string resources file
- STRING_VALUE is the English text to display
In our example, you would enter:
emxEngineeringCentral.CreateCustomPart.Thickness="Thickness"
See Internationalizing Business Process Services Products for details on adding this string resource to properties files for other languages.