Localization
The wizard contains all the support necessary to create multi-cultural, localized user interfaces.
Preparing the Parent Form for Localization
To enable localization, you must set two properties on the Form
object that contains the Wizard control.
The
Localizable
property should be set totrue
.The
Language
property should be set to the current language to be localized. The default language will be used for all languages which do not have specific settings.
Once those two properties have been set, you can change various properties on the wizard, and they will be set specific to current language context defined by the Language
property.
Localizable Wizard Properties
The following properties on the Wizard control are localizable:
The properties above enable you to set different fonts and text for each language. Sometimes various texts are drastically different sizes. By setting the widths of the buttons for each language, you have total control over the size of the buttons. The wizard automatically takes care of positioning the buttons appropriately.
Localizable WizardPage Properties
The following properties on the WizardPage control are localizable:
Localizable WizardDialogForm Properties
The following properties on the WizardDialogForm control are localizable:
Localizable WindowsClassicWizardRenderer Properties
The following properties on the WindowsClassicWizardRenderer class are localizable: