Returns the target language ID of the TRADOS translation memory.

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.
See also:

Class TRADOSTranslationMemory

Last Updated: 03/11/04