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

DeleteLanguage Method
Deletes translation database language.
Syntax
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