Returns the source text of the alternate translation.

Type Info:

Source As String
Example:
Sub TestHelp()
Dim TU As TransUnit
Dim AltTrans As AltTranslation
Dim Text As String

Set TU = Application.ActiveTransUnit
Set AltTrans = TU.AltTranslations.Item(1)

Text = AltTrans.Source & ";" & AltTrans.Target & ";" & AltTrans.MatchQuality
Remarks: Read-only property.


See also:

Class AltTranslation |

Last Updated: 03/10/04