The "ImportMultipleTranslationsDialog" object represents a dialog for the import if multiple translations are possible. This dialog lists all possible translations found. The "ImportMultipleTranslationsDialog" object must be newly created and then has to be initialized with the input data.

Example:
' create a new "ImportMultipleTranslationsDialog" object
Dim Dlg As New ImportMultipleTranslationsDialog

' other way to create the object
Dim Dlg As ImportMultipleTranslationsDialog
Set Dlg = New ImportMultipleTranslationsDialog
MemberDescription
AddTranslation Adds a translation to the translation list.
AddTranslation( SourceText As String,TargetText As String )
ResetDialogContent Resets the dialog content.
ResetDialogContent()
SetOriginalTexts Sets the original source and target text.
SetOriginalTexts( OriginalSourceText As String, OriginalTargetText As String )
Show Makes import multiple translations dialog visible.
Show() As Boolean
ShowRecheckMarkerOption Sets if the re-check marker check box and edit field should be shown.
ShowRecheckMarkerOption( ShowOption As Boolean )
Accept Returns if the accept button has been clicked.
AlwaysTakeFirstTranslation Returns if the always take first translation option has been selected.
RecheckMarkerText Returns the re-check marker text.
ReuseSelection Returns if the reuse selection button has been clicked.
SelectedTargetText Returns the target text of the selected item in the translation list.
SetRecheckMarker Returns if the set re-check marker option has been selected.
Skip Returns if the skip button has been clicked.
StopImport Returns if the stop button has been clicked.


Last Updated: 04/05/06