WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LocalizationManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LocalizationManager

    Represents a class that provides the properties to get the localized string based on the current culture.

    Inheritance
    System.Object
    LocalizationManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public static class LocalizationManager

    Properties

    CantDropHere

    Gets the resource value for CantDropHere resource name.

    Declaration
    public static string CantDropHere { get; }
    Property Value
    Type Description
    System.String

    DropAbove

    Gets the resource value for DropAbove resource name.

    Declaration
    public static string DropAbove { get; }
    Property Value
    Type Description
    System.String

    DropAsChild

    Gets the resource value for DropAsChild resource name.

    Declaration
    public static string DropAsChild { get; }
    Property Value
    Type Description
    System.String

    DropBelow

    Gets the resource value for DropBelow resource name.

    Declaration
    public static string DropBelow { get; }
    Property Value
    Type Description
    System.String

    DropHere

    Gets the resource value for DropHere resource name.

    Declaration
    public static string DropHere { get; }
    Property Value
    Type Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved