RC-WinTrans Object Model Help |
TRADOSTranslationMemory.TargetLanguageID
|
Type Info: |
TargetLanguageID As Long |
| Example: | Dim TRADOSTM As TRADOSTranslationMemory If (Application.TRADOSTranslationMemories.Count > 0) Then Set TRADOSTM = Application.TRADOSTranslationMemories.Item(1) MsgBox TRADOSTM.TargetLanguageID End If |
| Remarks: | Read-only property. |