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

In This Topic
    TranslateProject Method
    In This Topic
    Translates all texts in the specified project.
    Syntax
    public void TranslateProject( 
       string strProjectName
    )
    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