alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    ResourceManager

    Methods

    GetText(string)

    Return the Localized value from the resource file.

    Declaration
    string GetText(string key)
    Parameters
    Type Name Description
    string key

    Key string to get the localized value.

    Returns
    Type Description
    string

    Returns the localized string.

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