SetDisplayedLanguages(String,String) Method
Method for adding a language that will be displayed in the project.
Parameters
- strFullLinkFileName
- Full link file name of the project, into which the language will be added.
- strLanguage
- Shortcut of the language (or languages separated by comma) to be set.
Return Value
True, in case of success, or if giving language was added before.
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. |
BaseException | Thrown if an error occurs
while adding a language. |