Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / SetDisplayedLanguages Method / SetDisplayedLanguages(String,String) Method
Full link file name of the project, into which the language will be added.
Shortcut of the language (or languages separated by comma) to be set.

In This Topic
    SetDisplayedLanguages(String,String) Method
    In This Topic
    Method for adding a language that will be displayed in the project.
    Syntax
    public bool SetDisplayedLanguages( 
       string strFullLinkFileName,
       string strLanguage
    )
    public:
    bool SetDisplayedLanguages( 
       String^ strFullLinkFileName,
       String^ strLanguage
    ) 

    Parameters

    Parameter NameDescription
    strFullLinkFileNameFull link file name of the project, into which the language will be added.
    strLanguageShortcut of the language (or languages separated by comma) to be set.

    Return Value

    True, in case of success, or if giving language was added before.
    Exceptions
    ExceptionDescription
    Thrown if NULL was passed as an argument.
    Thrown in case of invalid arguments.
    Thrown if the internal interface necessary for adding languages could not be created.
    Thrown if an error occured while adding a language.
    See Also