Table of Contents

Search

  1. Preface
  2. Introduction
  3. Establishing a Root Node
  4. Defining the Business Entity Model
  5. Configuring Business Entity Properties
  6. Configuring Reference Entity Properties
  7. Transforming Business Entities and Views
  8. Managing Many-to-Many Relationships
  9. Configuring Search
  10. Configuring Workflow Tasks and Triggers
  11. Configuring Security and Data Filters for Business Entities
  12. Integrating Data as a Service
  13. Configuring External Calls
  14. Designing the Data Director User Interface
  15. Localizing Data Director
  16. Provisioning Tool Frequently Asked Questions

Localizing Labels and Error Messages

Localizing Labels and Error Messages

Labels and error messages are the static text that make up the Data Director user interface. The text cannot be localized through the Provisioning Tool interface. You can localize labels and error messages by editing the Data Director localization bundles.
Informatica provides ant scripts to help you modify the localization bundles. To request the localization script files, contact Informatica Global Customer Support. Before you begin, copy the
LocalizationScript
directory that you received to the
resourceKit
directory.
  1. Navigate to the following directory:
    <MDM Hub installation directory>/hub/server
  2. Copy the following files:
    • entity360view-ear.ear
    • provisioning-ear.ear
    • uiwebapp-ear.ear
  3. Navigate to the following directory:
    <MDM Hub installation directory>/resourceKit/LocalizationScript
  4. Paste the copied files, and verify that the directory contains the following files and directory:
    • entity360view-ear.ear
    • provisioning-ear.ear
    • uiwebapp-ear.ear
    • build.xml file
    • library directory
    • ant.sh
    • ant.bat
  5. Run the following command from a command prompt:
    ant generate_all
    The command generates a
    i18n
    directory and the localization bundle files.
  6. Open a localization bundle file in the command line or in an editor of your choice.
  7. If required, edit the bundle file and save it in the following format
    bundle_<
    language name
    >.properties
    . For example, if you update the French localization file, save the file as
    bundle_fr.properties.
  8. Generate an updated bundle file by running the following command:
    ant generate_all
  9. Update the .ear files by running the following command:
    ant update_all
  10. Copy the updated .ear files to the
    <MDM Hub installation directory>/hub/server
    .
  11. Deploy the updated .ear files to the application server by running the
    PostInstallSetup
    script.

0 COMMENTS

We’d like to hear from you!