The first procedure in configuring registration services for different languages involves modifying the properties files.
To modify the properties files
dms_lg_CN.properties
where lg is the two character abbreviation for language and CN is the two character abbreviation for country. These values are case-sensitive.
This naming convention is important because the SMLOCALE variable in FCC files uses the language and country in the filename to identify the Properties file.
The properties file contains name/value pairs that consist of an identifier, the equal sign (=), and a text string.
For example, to change the field name “Last Name” to “Surname”, edit this line:
LASTNAME_ID=Last Name
so that it appears as follows:
LASTNAME_ID=Surname
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |