API Help
Eplan.EplApi.HEServices Namespace / Translate Class / TranslateProject Method
Full link file name of the project to be translated.

TranslateProject Method
Translates all texts in the specified project.
Syntax
public void TranslateProject( 
   string strProjectName
)

Parameters

strProjectName
Full link file name of the project to be translated.
Exceptions
ExceptionDescription
Thrown in case of invalid arguments, e.g. the project does not exist.
\Internal interface necessary for translation could not be created.
An error occurred, while translating the project.
Remarks
The specified project may be open in EPLAN or not. If the project is not opened from the beginning, it will be opened for the translation process and will be closed subsequently.
See Also