Table of Contents

Search

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

Localizing Metadata

Localizing Metadata

You can localize all metadata in Data Director. Metadata provides additional information about data. For example, metadata for a Person business entity includes first name, last name, birth date, and tax ID.
  1. In the Provisioning tool, click
    Configuration
    General Settings.
  2. In the
    General Settings
    panel, select
    Metadata Localization
    from the list.
  3. Click
    Metadata Localization
    .
    The
    Tree View
    and
    Metadata Localization
    panels display the localization options.
  4. In the
    Metadata Localization
    panel, under
    Metadata Bundle
    , click
    Create Template
    .
    The
    besMetadata.zip
    file downloads.
    If you created a template bundle, click
    Export
    to download the
    besMetadata.zip
    file, edit the file, and click
    Import
    to import the language metadata bundle.
  5. Save the
    besMetadata.zip
    file to a location on your local drive.
  6. Extract the
    besMetadata.zip
    file to your local drive.
    The
    besMetadata.properties
    file appears.
  7. Save a copy of the properties file with language code and country code for the language you want to use.
    For example, to create the Canadian French version, save the file as
    besMetadata_fr_CA.properties
    .
  8. Open the localized file in a text editor. For each property, add the language code in brackets followed by the translation.
    For example, the following property shows a French translation for first name:
    Person.firstName=(fr)prénom
  9. Compress the localized properties file into a .zip file with the same name as the localized properties file.
    For example, create
    besMetadata_fr_CA.zip
    .
  10. Import the localized .zip file. In the
    Metadata Localization
    panel, under
    Metadata Bundle
    , click
    Import
    .
    The language metadata bundle is imported.
    To localize task actions, you must manually add a space between the task action name in the
    besMetadata.properties
    file using the
    taskaction.<action name>
    format. For example, change
    taskaction.CancelTask
    to
    taskaction.CancelTask=(br)Cancel Task
    .

0 COMMENTS

We’d like to hear from you!