Sets the target language code.

Type Info:

TargetLanguageCode As String
Example:
Dim Wiz As New ImportWizard

' initialize wizard
[...]

Wiz.TargetLanguageCode = "fr"
Remarks: Write-only property.
See also:

Class ImportWizard

Last Updated: 07/26/05