Class DefaultErrorMessages
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
System.Object
    DefaultErrorMessages
  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 DefaultErrorMessages
  Properties
| Improve this Doc View SourceCulture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Globalization.CultureInfo | 
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Resources.ResourceManager | 
TooFewArguments
Looks up a localized string similar to Too few arguments.
Declaration
public static string TooFewArguments { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TypeConvertException
Looks up a localized string similar to Error when converting value: {0} at position {1}.
Declaration
public static string TypeConvertException { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UnknownAction
Looks up a localized string similar to Unknown action {0}.
Declaration
public static string UnknownAction { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UnknownCommand
Looks up a localized string similar to Unknown command {0}.
Declaration
public static string UnknownCommand { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UnknownState
Looks up a localized string similar to Unexpected state value! Try again.
Declaration
public static string UnknownState { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ValidationError
Looks up a localized string similar to Validation error: {0} at position {1}.
Declaration
public static string ValidationError { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |