API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / DeleteLanguage Method
Language to delete.

In This Topic
    DeleteLanguage Method
    In This Topic
    Deletes translation database language.
    Syntax
    public bool DeleteLanguage( 
       ISOCode.Language eLang
    )
    public:
    bool DeleteLanguage( 
       ISOCode.Language eLang
    ) 

    Parameters

    eLang
    Language to delete.

    Return Value

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