Returns the target text of the selected item in the translation list.

Type Info:

SelectedTargetText As String
Example:
Dim Dlg As New ImportMultipleTranslationsDialog
Dim SelectedTargetText As String

' initialize dialog
[...]

If (Dlg.Show) Then
	SelectedTargetText = Dlg.SelectedTargetText 

	' more actions
	[...]
End If
Remarks: Read-only property.

See also:

Class ImportMultipleTranslationsDialog

Last Updated: 04/03/06