public void ImportProjectTexts( string strProjectName, StringCollection listLanguages, bool bOverwrite )
public: void ImportProjectTexts( String^ strProjectName, StringCollection^ listLanguages, bool bOverwrite )
Parameters
- strProjectName
- Full link file name of the project from which the texts will be imported.
- listLanguages
- List of languages to import.
- bOverwrite
- If set to true, translations which are already existing in the dictionary will be overwritten by the imported texts.
Return Value
true, in case of no error.