RC-WinTrans Object Model Help |
TRADOSTranslationMemory.Add
|
Adds a translation to the TRADOS translation memory.
Syntax: |
Add( SourceText As String, TargetText As String ) |
| Parameters: |
SourceText Source text to be added. TargetText Target text to be added.
|
| Example: | Dim TRADOSTM As TRADOSTranslationMemory
If (Application.TRADOSTranslationMemory.Count > 0) Then
Set TRADOSTM = Application.TRADOSTranslationMemory.Item(1)
TRADOSTM.Add("Source Text", "Target Text")
End If
|
See also: