Oracle CRM On Demand Desktop Administration Guide > Customizing Oracle CRM On Demand Desktop > Customizing Oracle CRM On Demand Desktop >

Customizing Localization


To customize localization, you can customize the resource files.

To customize localization

  1. Add a new resource for the custom label and attribute name or warning message in the following files:
    • Use the package_res.xml file for the default resources.
    • Use the package_res.xx_YY.xml file for the specific locale.

      where:

    • xx_YY is the language you use in your implementation.

      For example, use package_res.pt_BR.xml for Portuguese Brazilian.

      The following standards determine the locale naming convention:

    • xx is the ISO 639-1 standard for the language.
    • YY is the ISO 3166-1 standard for the country. This standard supports dialects and language adoptions for specific countries.
  2. Add the XML files to the customization package.
  3. Republish the customization package.

    For more information, see Publishing or Unpublishing Customization Packages.

Customizing a Language for the Forms Files

To customize the behavior of the forms_xx.xml file that is predefined with Oracle CRM On Demand Desktop, you can use a forms file that is specific to a language. For example, forms_12.ja_JP.xml for JPN (Japanese).

To customize a language for the forms files

  1. In Windows Explorer, navigate to the directory that contains the forms_xx.xml file.

    For more information, see Files in the Customization Package.

  2. Right-click the forms_xx.xml file, and then choose the Copy menu item.
  3. Rename this copy to indicate that it is a specific to a language, for example:

    forms_12.ja_JP.xml

  4. Use an XML editor to open the file you renamed in Step 3, and then make any changes that are required to support the language.

    You can use this file to change the layout of the form, such as adding new fields. For example, in Japanese, you might define three different fields for the Account Name:

    • One field represents the native name of the company for the account.
    • One field represents the Kanji symbol for the company.
    • One field represents the phonetic name of the company.

      If you make these changes, then make sure you also perform the other configuration tasks that the changes require, such as defining field mappings and changing the form layout.

  5. (Optional) To change text strings, repeat Step 2 and Step 3 but create a copy of the package_res.xml file, rename it, and then edit the text strings, for example:

    package_res.ja_JP.xml

Oracle CRM On Demand Desktop Administration Guide, Version 5.1, Rev A Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.