menu

Document Processing

LocalizationManager Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    LocalizationManager Class

    Represents a localization resource manager class which manages localization resources to provide convenient access to culture-specific resources at run time.

    Inheritance
    System.Object
    LocalizationManager
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class LocalizationManager : Object

    Methods

    SetResources(Assembly, String)

    Sets lookup assembly and namespace for localization resource manager. This can be used to set lookup assembly and namespace to locate localization resx files when assembly name and default namespace of application differs.

    Declaration
    public static void SetResources(Assembly assembly, string nameSpace)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly

    The assembly where the resx file located.

    System.String nameSpace

    The default namespace of the assembly where resx file located.

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