Returns a translation project know to RC-WinTrans (included in the "Projects" list). The project may either in the current Workspace or outside.

Syntax:

GetProject(ProjFileName As String) As IDualRWTProject
Parameters:
ProjFileName: File name of the translation project. File extension *.fsmdb. or *.rwtproject.
Example:
 
Dim Project As TranslationProject
 
Dim ProjFileName As String
ProjFileName = "U:\Test\DemoDFMFiles.rwtproject"
 
Set Project = Application.ExFcts.GetProject(ProjFileName)
Remarks:
The project must exist in the RC-WinTrans "Projects" tab view (and therefor in the list of projects).

See also:

Class ExFcts | Class TranslationProject | Class TranslationProjects


Last Updated: 03/15/21