API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / AddLanguage Method
New language.

In This Topic
    AddLanguage Method
    In This Topic
    Adds new translation database language.
    Syntax
    public bool AddLanguage( 
       ISOCode.Language eLang
    )
    public:
    bool AddLanguage( 
       ISOCode.Language eLang
    ) 

    Parameters

    eLang
    New language.

    Return Value

    True if operation was sucessfully completed.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also