If your Oracle ATG Web Commerce product suite includes the Personalization module, and you are setting up a web site for a non-Latin locale, you can perform some localization of the site by translating the Strings in the profile repository definition file, userprofile.xml. The Strings in this file are actually keys that link to a ResourceBundle file named UserProfileTemplateResources.properties. The Strings in this ResourceBundle appear in the People and Organizations section of the ATG Control Center, and they might also appear in any web site pages whose content you generate directly from these values in the profile repository. If you translate these Strings, the translated values appear in the ATG Control Center as well as in your web site.

The following example is taken from the UserProfileTemplateResources.properties file. The keys appear on the left, and the text to translate is in italic font on the right side of the equals sign:

# item descriptor User
itemDescriptorUser=User
securityStatus=security-status
id=Id
login=login-name
password=password
member=member
firstName=first-name
middleName=middle-name
lastName=last-name

For more information on profile repositories, see the Personalization Programming Guide.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices