Import translated strings from a CSV file

Imported translated strings so that you do not have to create and translate the strings in a localization dictionary for the current project. Import translated strings from a CSV file to populate the translation table.

Prerequisites

The CSV file must meet certain specifications:
  • Each key and associated translations must exist in a new row.
  • In each row, indicate the key and the associated translations in double quotes, separated by a comma. For example, "Key1", "Traduzione", "Translation". You can use a different separator.
  • The first row must be a header. For example, "Key", "it-IT", "en-US".

To import the translated strings, use the predefined NetLogic that is available in the template library.

  1. In the main toolbar, select Template Libraries.
  2. In Template Libraries, select Scripts.
  3. In Components, drag Translations Importer and Exporter into the project node or the Translations folder.
  4. In Template Libraries, select Close.
  5. With Import and Export Translations selected, in Properties, in CSVPath, browse to select the .CSV file.
  6. In CharacterSeperator, select the separator.
  7. In Project view, right-click Import and Export Translations and then select Execute ImportTranslations.