Свойство | Type | Description | |
---|---|---|---|
LocalResourceFile | string |
Méthode | Description | |
---|---|---|
LocalizeString ( string key ) : string |
LocalizeString is a helper function for localizing strings
|
|
OnError ( |
||
OnInit ( |
Page_Init runs when the Page is initialised
|
|
OnLoad ( |
Page_Load runs when the Page loads
|
|
cboLanguages_SelectedIndexChanged ( object sender, |
Runs when the Selected Language is changed
|
|
wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void |
Runs when the Wizard's Next button is clicked
|
Méthode | Description | |
---|---|---|
EnableButton ( |
EnableButton enables/Disables a Navigation Button
|
|
GetInstallerLocales ( ) : |
GetInstallerLocales gets an ArrayList of the Locales
|
|
GetWizardButton ( string containerID, string buttonID ) : |
GetWizardButton gets a wizard button from the template
|
|
LocalizePage ( ) : void |
LocalizePage sets up the Localized Text
|
|
SelectBrowserLanguage ( ) : void |
protected LocalizeString ( string key ) : string | ||
key | string | |
Résultat | string |
protected OnError ( |
||
e | ||
Résultat | void |
protected cboLanguages_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.WizardNavigationEventArgs | |
Résultat | void |