Intersoft.Client.Framework Namespace : LocalizationManager Class |
The following tables list the members exposed by LocalizationManager.
Name | Description | |
---|---|---|
LocalizationManager Constructor | Initializes a new instance of LocalizationManager class. |
Name | Description | |
---|---|---|
ResourceProperty | Identifies the Resource attached property. |
Name | Description | |
---|---|---|
AutoUpdateBindings | Gets or sets a boolean value that indicates whether bindings should be automatically updated when the culture changes. | |
Culture | Gets or sets the System.Globalization.CultureInfo to apply globally across the application. | |
DefaultResource | Gets or sets the default resource, used as the fallback resource when no resource is defined for a particular control. |
Name | Description | |
---|---|---|
GetPropertyString | Overloaded. Gets the property value of the Resource attached to the dependency object. | |
GetResource | Gets the IObservableResource object that attached on the dependency object. | |
GetResourceString | Gets the string of the Resource attached to the dependency object. | |
SetResource | Sets the IObservableResource to the specified dependency object. | |
SetUICulture | Sets the current thread's CurrentUICulture to the specified culture. |
Name | Description | |
---|---|---|
CultureChanged | Occurs when the System.Globalization.CultureInfo of the application changes. |