API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / Languages Property

In This Topic
    Languages Property
    In This Topic
    Returs the list of translation database languages.
    Syntax
    public LanguageList Languages {get;}
    public:
    property LanguageList^ Languages {
       LanguageList^ get();
    }

    Property Value

    The list of translation database languages.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also