Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / TranslatePage Method
Full link file name of the project, which contains the page.
Full name of the page to be translated.

In This Topic
    TranslatePage Method
    In This Topic
    Translates all texts of a page in the specified project.
    Syntax
    public void TranslatePage( 
       string strProjectName,
       string strPage
    )
    public:
    void TranslatePage( 
       String^ strProjectName,
       String^ strPage
    ) 

    Parameters

    strProjectName
    Full link file name of the project, which contains the page.
    strPage
    Full name of the page 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 page.
    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