Class LocalizationManager
Represents a class that provides the properties to get the localized string based on the current culture.
Inheritance
System.Object
LocalizationManager
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public static class LocalizationManager : Object
Properties
CantDropHere
Gets the resource value for CantDropHere resource name.
Declaration
public static string CantDropHere { get; }
Property Value
Type |
---|
System.String |
DropAbove
Gets the resource value for DropAbove resource name.
Declaration
public static string DropAbove { get; }
Property Value
Type |
---|
System.String |
DropAsChild
Gets the resource value for DropAsChild resource name.
Declaration
public static string DropAsChild { get; }
Property Value
Type |
---|
System.String |
DropBelow
Gets the resource value for DropBelow resource name.
Declaration
public static string DropBelow { get; }
Property Value
Type |
---|
System.String |
DropHere
Gets the resource value for DropHere resource name.
Declaration
public static string DropHere { get; }
Property Value
Type |
---|
System.String |
Methods
SetResources(Assembly)
Sets the resources based on the specified assembly localize SfDataGrid.
Declaration
public static void SetResources(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | An assembly to set the resources for localizing the SfDataGrid. |
SetResources(Assembly, String)
Sets the resources based on specified assembly and namespace to perform the localization.
Declaration
public static void SetResources(Assembly assembly, string _namespace)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | An assembly to set the resources |
System.String | _namespace | The namespace of the resources. |