- Create or open the text file to contain customized string resource properties. For more information, see Editing Properties Using MQL. To revise message text for English, open the file in any text editor.
To revise message text for any non-English language:
-
Open the text file using Microsoft Word.
Word prompts you to choose the file encoding necessary to load the file.
-
Click OK to accept the default.
-
Copy the message you want to configure from the string resources properties file to the text file.
-
Edit the text after the equal sign (=). Do not edit the tag that identifies the message.
-
To define a company-specific version of the message:
-
Copy the entire line for the standard message (tag and content) and paste it under the line.
-
To the end of the tag, add a period (.) and the company's name, with no white space between words and using the same capitalization and spelling used in the company's database definition.
-
Edit the message by editing the text after the = sign.
-
If you are working with an English file, save the file normally.
If you are working with a non-English file:
-
Save the file as encoded text.
-
Click Yes to save it in text format, then choose the same encoding used to load the file (should be the default).
-
Click OK.
-
Convert the file to ASCII by running the following command:
native2ascii -encoding CODE INPUTFILE OUTPUTFILE where:
CODE is the language encoding (shown in the files header).
INPUTFILE is the name of the file you edited.
OUTPUTFILE is the name of the file to be created. The output file will be in Unicode,
which means it will contain letters followed by escape characters in place of the native
characters.
For example:
native2ascii -encoding JIS emxFrameworkStringResource_ja_Native.properties emxFrameworkStringResource_ja.properties
-
When finished updating the text file with all string resources you want to modify, including the ones shown here, use the text file to modify the page object. For more information, seeEditing Properties Using MQL.
|