Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Localizing Labels and Error Messages

Localizing Labels and Error Messages

Labels and error messages are the static texts in the Customer 360 and Provisioning tool user interface. The text cannot be localized through the Provisioning tool interface. To localize the labels and error messages, edit the Customer 360 localization bundle files.
  1. Go the following directory:
    <MDM Installation Directory>/app/tcr
  2. Copy the following files:
    • customer360view-ear.ear
    • provisioning-ear.ear
    • uiwebapp-ear.ear
  3. Paste the copied files into the following directory:
    <MDM Installation Directory>/app/tcr/localizationScript
  4. Open a command prompt, and go to the following directory:
    <MDM Installation Directory>/app/tcr/localizationScript
  5. Run the following command:
    ant extract_all
    The command extracts the i18n directories containing the localized bundle files for the user interface of Customer 360 and Provisioning tool.
  6. If you want to add a language other than the supported language, go to the following directories, and then save a copy of the
    bundle.properties
    files in the respective directories with the corresponding language code and country code:
    • <MDM Installation Directory>/app/tcr/localizationScript/i18n/c360/com.informatica.tools.mdm.client/res/i18n
      . For localizing the user interface of the Customer 360 application.
    • <MDM Installation Directory>/app/tcr/localizationScript/i18n/uiwebapp
      . For localizing the user interface of the Customer 360 components.
    • <MDM Installation Directory>/app/tcr/localizationScript/i18n/provisioning
      . For localizing the user interface of the Provisioning tool.
    For example, to create the Canadian French version, save the file as
    bundle_fr_CA.properties
    .
  7. In a text editor, open the corresponding localized bundle files, and then update it.
  8. From the command prompt, run the following command:
    ant generate_all
    The command generates the JavaScript/JSON files for the bundle files.
  9. To update the .ear files with the updated localization bundle files, from the command prompt, run the following command:
    ant update_all
  10. Copy the updated .ear files from the
    <MDM Installation Directory>/app/tcr/localizationScript
    directory, and then paste the files in the following directory:
    <MDM Installation Directory>/app/tcr
  11. Go to the following directory:
    <MDM Hub installation directory>/app/tcr/bin
  12. Run the following command:
    • On Windows.
      redeploy.bat
    • On UNIX.
      redeploy.sh
  13. At the prompts, enter the following parameters:
    Parameter
    Description
    MDM Hub installation directory
    Fully qualified path to the directory where you installed the MDM Hub.
    MDM - Customer 360 installation directory
    Fully qualified path to the directory that contains the Customer 360 files.
    Application server
    Name of the application server in lowercase.
    The command redeploys the
    customer360view-ear.ear
    file with the updated bundle files.

0 COMMENTS

We’d like to hear from you!