public bool AddProjectLanguage( string strFullLinkFileName, string strLanguage )
public: bool AddProjectLanguage( String^ strFullLinkFileName, String^ strLanguage )
Parameters
| Parameter Name | Description |
|---|---|
| strFullLinkFileName | Full link file name of the project, into which the language will be added. |
| strLanguage | Shortcut of the language to be added. |
Return Value
True, in case of success, or if giving language was added before.