RC-WinTrans Object Model Help |
ExFcts.TranslationStatus
|
Verifies the translation (0%-100%) status of all source files contained in a translation
project for the specified target language. A file is considered to be translated
when a translation (target text) exists for all text items and the translation status
of all items is set to either "translated" or "final."
Syntax: |
ExFcts.TranslationStatus( projFile As String, Lang As String ) As long |
| Return: | long; Value: 0-100 [%] |
| Parameters: |
prjFile As String Project file name; the full path to the translation project file (.rwtproject) or the project database file (.fsmdb). Lang As String
|
| Example: | Dim lVal As long
lVal = Application.ExFcts.TranslationStatus("MyProj.fsmdb", "fr-FR")
|
See also: