API Help
Eplan.EplApi.HEServices Namespace / Translate Class / ExportMissingTranslation Method / ExportMissingTranslation(String,String,StringCollection,String) 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\-File (Eplan 5 format)

XTrLanguageDbXmlConverterImpl \- export as XML

List of languages, for which the missing translations will be exported.
Full link file name of the project, for which the missing translations will be exported.

ExportMissingTranslation(String,String,StringCollection,String) Method
Exports a missing-word list of the given project.
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\-File (Eplan 5 format)

XTrLanguageDbXmlConverterImpl \- export as XML

listLanguages
List of languages, for which the missing translations will be exported.
strProjectName
Full link file name of the project, 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. If the project given by strProjectName is not already open, it will be opened and closed again after export.
See Also