Свойство | Type | Description | |
---|---|---|---|
m_instance |
Méthode | Description | |
---|---|---|
ChangeCurrentThreadUICulture ( System cultureInfo ) : void |
Changes the current culture used by the Resource Manager to look up culture-specific resources at run time.
|
|
ChangeLanguage ( System form ) : void |
Changes the language of the
|
|
ChangeLanguage ( System form, System cultureInfo ) : void |
Changes the language of the
|
Méthode | Description | |
---|---|---|
FormLanguageSwitchSingleton ( ) : System |
Hidden constructor called during static member
|
|
ReloadControlCommonProperties ( System control, System resources ) : void |
Reloads properties common to all controls (except the
|
|
ReloadControlSpecificProperties ( System control, System resources ) : void |
Reloads properties specific to some controls.
|
|
ReloadListItems ( System control, System resources ) : void |
Reloads items in following controls:
|
|
ReloadTextForSelectedControls ( System control, System resources ) : void |
Changes
|
|
ScanNonControls ( System containerControl, System resources ) : void |
Scans controls that are not contained by
|
Méthode | Description | |
---|---|---|
ChangeFormLanguage ( System form ) : void |
Changes the language of the form.
|
|
GetSafeValue ( System resources, string name, object currentValue ) : object |
Gets resource value. If resource for new culture does not exists, leaves the current.
|
|
GetToolTip ( System control ) : |
Gets the
|
|
RecurControls ( System parent, System resources, System toolTip ) : void |
Recurs
|
|
RecurUserControl ( System userControl ) : void |
Recurs
|
|
ReloadComboBoxItems ( System comboBox, System resources ) : void |
Reloads items in the
|
|
ReloadFormProperties ( System form, System resources ) : void |
Reloads resources specific to the
|
|
ReloadItems ( string controlName, IList list, int itemsNumber, System resources ) : void |
Clears all items in the
|
|
ReloadListBoxItems ( System listBox, System resources ) : void |
Reloads items in the
|
|
ReloadScrollableControlProperties ( System control, System resources ) : void |
Reloads resources specific to the
|
|
ReloadTreeViewNodes ( System treeView, System resources ) : void |
Reloads content of a
|
|
ReloadUpDownItems ( System domainUpDown, System resources ) : void |
Reloads items in the
|
|
SetProperty ( System control, string propertyName, System resources ) : void |
Reloads resources for a property.
|
public ChangeCurrentThreadUICulture ( System cultureInfo ) : void | ||
cultureInfo | System | |
Résultat | void |
public ChangeLanguage ( System form ) : void | ||
form | System |
/// |
Résultat | void |
public ChangeLanguage ( System form, System cultureInfo ) : void | ||
form | System |
/// |
cultureInfo | System |
/// |
Résultat | void |
protected FormLanguageSwitchSingleton ( ) : System | ||
Résultat | System |
protected ReloadControlCommonProperties ( System control, System resources ) : void | ||
control | System |
/// |
resources | System |
/// |
Résultat | void |
protected ReloadControlSpecificProperties ( System control, System resources ) : void | ||
control | System |
/// |
resources | System |
/// |
Résultat | void |
protected ReloadListItems ( System control, System resources ) : void | ||
control | System | |
resources | System |
/// |
Résultat | void |
protected ReloadTextForSelectedControls ( System control, System resources ) : void | ||
control | System | |
resources | System |
/// |
Résultat | void |
protected ScanNonControls ( System containerControl, System resources ) : void | ||
containerControl | System | |
resources | System |
/// |
Résultat | void |