Class
LocalizationManager

Encapsulates the localization logic for controls within the Telerik.WinUI.Controls assembly.

Definition

Fields

KeyProperty

Identifies the Key dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty KeyProperty

Field Value

DependencyProperty

PropertyNameProperty

Identifies the PropertyName dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PropertyNameProperty

Field Value

DependencyProperty

Properties

Instance

Gets the only instance of the LocalizationManager class.

Declaration

cs-api-definition
public static LocalizationManager Instance { get; }

Property Value

LocalizationManager

Methods

GetKey(DependencyObject)

Gets the key of a specific object.

Declaration

cs-api-definition
public static string GetKey(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

string

GetPropertyName(DependencyObject)

Gets the property name of a specific object.

Declaration

cs-api-definition
public static string GetPropertyName(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

string

SetKey(DependencyObject, string)

Sets a key for a specific object.

Declaration

cs-api-definition
public static void SetKey(DependencyObject obj, string value)

Parameters

obj

DependencyObject

value

string

SetPropertyName(DependencyObject, string)

Sets property name for a specific object.

Declaration

cs-api-definition
public static void SetPropertyName(DependencyObject obj, string value)

Parameters

obj

DependencyObject

value

string