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

AddLanguage Method
Adds new translation database language.
Syntax
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