- Open the string resources file in a text editor. Do not make any changes in this file. You will copy lines from this file to text file used to contain customized string resources.
- Create or open the text files to contain customized string resource properties.
- Copy the string resources you want to change from the original string resources file to the file used to import string resource properties into a page object.
-
In the file to be imported, edit the text string as needed. Make sure you only edit the value, the text that appears after the equals sign (=). Do not edit the ID itself.
For example, to change the column heading labelled "Login Name" within IconMail to "User Name", you change this line in the emxFrameworkStringResource.properties file:
emxFramework.IconMail.Common.LoginName = Login Name to:
emxFramework.IconMail.Common.LoginName = User Name
-
Save the properties file as ASCII.
If there is an _en version of the properties file, save the file as the _en version. The en version
is used to show English text on a non-English operating system.
Always make backups of string resource properties files that you configure. When you install a new
version of Collaboration and Approvals or apps, the string resource properties files will be
overwritten with updated files.
- When finished updated the test file with all the string resources you want to modify, use the text file to modify the string resources page object. For more information, see Editing Properties Using MQL.
|