AddProjectLanguage(Project,String) Method
In This Topic
Method for adding a project language. It adds the language to the set of possible languages.
Syntax
Parameters
- pProject
- Project to be processed.
- strLanguage
- Shortcut of the language to be added.
Return Value
True, in case of success, or if giving language was added before.
Exceptions
Exception | Description |
ArgumentNullException | Thrown if null was
passed as an
argument. |
ArgumentException | Thrown in case of
invalid arguments. |
ApplicationException | Internal interface
necessary for
add language could not
be created. |
Eplan.EplApi.Base.BaseException | Thrown if an error occurs
while adding a language. |
See Also