Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / RemoveProjectLanguage Method / RemoveProjectLanguage(String,String) Method
Full link file name of the project to be processed.
Shortcut of the language to be removed.

In This Topic
    RemoveProjectLanguage(String,String) Method
    In This Topic
    Method for removing a project language. It removes the language from the set of displayed languages.
    Syntax
    public void RemoveProjectLanguage( 
       string strProjectName,
       string strLanguage
    )
    public:
    void RemoveProjectLanguage( 
       String^ strProjectName,
       String^ strLanguage
    ) 

    Parameters

    strProjectName
    Full link file name of the project to be processed.
    strLanguage
    Shortcut of the language to be removed.

    Return Value

    Returns True if successful.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments, e.g. the project does not exist.
    Thrown if an error occurs while removing a language.
    Remarks
    It is not possible to remove the source language! System message will be generated in this case.
    See Also