Search Results for

    Show / Hide Table of Contents

    Class TypeReadersMessagesStringLocalizer

    Inheritance
    System.Object
    TypeReadersMessagesStringLocalizer
    Implements
    Microsoft.Extensions.Localization.IStringLocalizer<TypeReadersMessages>
    Microsoft.Extensions.Localization.IStringLocalizer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TelegramModularFramework.Localization
    Assembly: TelegramModularFramework.dll
    Syntax
    public class TypeReadersMessagesStringLocalizer : IStringLocalizer<TypeReadersMessages>, IStringLocalizer

    Properties

    | Improve this Doc View Source

    Item[String]

    Declaration
    public LocalizedString this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type Description
    Microsoft.Extensions.Localization.LocalizedString
    | Improve this Doc View Source

    Item[String, Object[]]

    Declaration
    public LocalizedString this[string name, params object[] arguments] { get; }
    Parameters
    Type Name Description
    System.String name
    System.Object[] arguments
    Property Value
    Type Description
    Microsoft.Extensions.Localization.LocalizedString

    Methods

    | Improve this Doc View Source

    GetAllStrings(Boolean)

    Declaration
    public IEnumerable<LocalizedString> GetAllStrings(bool includeParentCultures)
    Parameters
    Type Name Description
    System.Boolean includeParentCultures
    Returns
    Type Description
    IEnumerable<Microsoft.Extensions.Localization.LocalizedString>

    Implements

    Microsoft.Extensions.Localization.IStringLocalizer<T>
    Microsoft.Extensions.Localization.IStringLocalizer
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾