alexa
menu

    Show / Hide Table of Contents

    Interface ILocalizationProvider

    Defines an interface for custom string loaders that provide localized strings.

    Namespace: Syncfusion.UI.Xaml.Core
    Assembly: Syncfusion.Core.WinUI.dll
    Syntax
    public interface ILocalizationProvider

    Methods

    GetLocalizedString(LocalizationInfo)

    Retrieves a localized string based on the provided LocalizationInfo.

    Declaration
    string GetLocalizedString(LocalizationInfo info)
    Parameters
    Type Name Description
    LocalizationInfo info

    The localization information containing culture, resource name, and assembly name.

    Returns
    Type Description
    System.String

    A localized string corresponding to the specified LocalizationInfo.

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