API Help
Eplan.EplApi.HEServices Namespace / Translate Class / RemoveProjectLanguage Method / RemoveProjectLanguage(String,String) Method
Full link file name of the project to be processed.
Shortcut of the language to be removed.

RemoveProjectLanguage(String,String) Method
Method for removing a project language. It removes the language from the set of displayed languages.
Syntax
public void RemoveProjectLanguage( 
   string strProjectName,
   string strLanguage
)

Parameters

strProjectName
Full link file name of the project to be processed.
strLanguage
Shortcut of the language to be removed.

Return Value

Returns True if successful.
Exceptions
ExceptionDescription
Thrown in case of invalid arguments, e.g. the project does not exist.
Thrown if an error occurs while removing a language.
Remarks
It is not possible to remove the source language! System message will be generated in this case.
See Also