Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISyncfusionStringLocalizer

    Show / Hide Table of Contents

    Interface ISyncfusionStringLocalizer

    An interface for processing the Syncfusion UI component's Localization.

    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface ISyncfusionStringLocalizer

    Properties

    ResourceManager

    ResourceManager for processing the resource file parsing.

    Declaration
    ResourceManager ResourceManager { get; }
    Property Value
    Type Description
    System.Resources.ResourceManager

    Methods

    GetText(String)

    Return the Localized value from the resource file.

    Declaration
    string GetText(string key)
    Parameters
    Type Name Description
    System.String key

    Key string to get the localized value.

    Returns
    Type Description
    System.String

    Returns the localized string.

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