WinForms

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

    Show / Hide Table of Contents

    Interface ILocalizationProvider

    Defines a ILocalizationProvider interface.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ILocalizationProvider

    Methods

    GetLocalizedString(CultureInfo, String, Object)

    Declaration
    string GetLocalizedString(CultureInfo culture, string name, object ctrl)
    Parameters
    Type Name Description
    System.Globalization.CultureInfo culture
    System.String name
    System.Object ctrl
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved