public bool ImportProjectTexts( Project pProject, StringCollection listLanguages, bool bOverwrite )
public: bool ImportProjectTexts( Project^ pProject, StringCollection^ listLanguages, bool bOverwrite )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | 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.