ClassLocalizationManager
Encapsulates the localization logic for controls within the Telerik.WinUI.Controls assembly.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public sealed class LocalizationManager : LocalizationManagerBase
Inheritance: objectLocalizationManagerBaseLocalizationManager
Inherited Members
Fields
KeyProperty
Identifies the Key dependency property.
Declaration
public static readonly DependencyProperty KeyProperty
Field Value
DependencyProperty
PropertyNameProperty
Identifies the PropertyName dependency property.
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
DependencyProperty
Properties
Instance
Gets the only instance of the LocalizationManager class.
Declaration
public static LocalizationManager Instance { get; }
Property Value
Methods
GetKey(DependencyObject)
Gets the key of a specific object.
Declaration
public static string GetKey(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetPropertyName(DependencyObject)
Gets the property name of a specific object.
Declaration
public static string GetPropertyName(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetKey(DependencyObject, string)
Sets a key for a specific object.
Declaration
public static void SetKey(DependencyObject obj, string value)
Parameters
obj
DependencyObject
value
SetPropertyName(DependencyObject, string)
Sets property name for a specific object.
Declaration
public static void SetPropertyName(DependencyObject obj, string value)
Parameters
obj
DependencyObject
value