Documentation Center

PslTransList.Export

Exports the translation list to a specified file. If the export functions has options, the last options set manually will be used for the export. Returns True, if the operation was successful. False indicates an error.

To export multiple string lists to one export file (if the export format supports this), use Object PslTransBundle to collect the string lists and export with PslProject.Export.

Syntax

Expression.Export (Format as String, FileName as String, Range as Variant) as Boolean

Expression Required. Object of type PslTransList

Format Identifier of the add-in which is used for export. The add-in list in Passolo displays the identifier of each add-in. These are the add-ins that are shipped with Passolo:

  • "Glossary Export"
  • "PASSOLO Glossary Maker"
  • "TMX Export"
  • "STAR TermStar Export"
  • "TRADOS MultiTerm"
  • "TRADOS MultiTerm iX"
  • "PASSOLO Customizable Text Export"
  • "Passolo XML Export/Import"
  • "Trados Text Export"

To export a translation bundle, use PslProject.ExportTransBundle

FileName Name of the export file

Range One of these values

  • expAll (default) - export all (undeleted) strings
  • expAllDeleted - exports all strings including the deleted strings
  • expDisplay - exports only displayed strings
  • expSelected - exports only selected strings