API Help
Eplan.EplApi.HEServices Namespace / Translate Class / ExportMissingTranslation Method / ExportMissingTranslation(String,String,StringCollection,StorableObject[]) Method
\File name of the missing\-word list file.
Format of the export file defined by the name of the XML converter to use\:

XTrLanguageDbXml2TabConverterImpl \- export as tab\-separated Unicode\-File (Eplan 21 format)

XE5LanguageDbXmlConverterImpl \- export as comma\-separated ASCII\-Datei (Eplan 5 format)

XTrLanguageDbXmlConverterImpl \- export as XML

List of languages, for which the missing translations will be exported.
Array of StorableObjects, for which the missing translations will be exported.

ExportMissingTranslation(String,String,StringCollection,StorableObject[]) Method
Exports a missing-word list of the given objects.
Syntax

Parameters

strFilename
\File name of the missing\-word list file.
strConverter
Format of the export file defined by the name of the XML converter to use\:

XTrLanguageDbXml2TabConverterImpl \- export as tab\-separated Unicode\-File (Eplan 21 format)

XE5LanguageDbXmlConverterImpl \- export as comma\-separated ASCII\-Datei (Eplan 5 format)

XTrLanguageDbXmlConverterImpl \- export as XML

listLanguages
List of languages, for which the missing translations will be exported.
storableObjects
Array of StorableObjects, for which the missing translations will be exported.
Exceptions
ExceptionDescription
Thrown in case of invalid arguments, e.g. invalid objects in the storableObjects array.
Thrown when an error occurred during export.
Remarks
All languages in listLanguages have to be already in the list of translation languages of the project.
See Also