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 SourceItem[String]
Declaration
public LocalizedString this[string name] { get; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Property Value
| Type | Description | 
|---|---|
| Microsoft.Extensions.Localization.LocalizedString | 
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 SourceGetAllStrings(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