API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / AddKeyword Method / AddKeyword(MultiLangString,LanguageList,String) Method
Keyword to add as multilangual string.
Specific languages used to select from text and to add to the database.
Comment to add as tring.

In This Topic
    AddKeyword(MultiLangString,LanguageList,String) Method
    In This Topic
    Adds keywords with texts in specified languages to the translation database.
    Syntax

    Parameters

    oText
    Keyword to add as multilangual string.
    oLangs
    Specific languages used to select from text and to add to the database.
    strComment
    Comment to add as tring.

    Return Value

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