Class LocalizedStrings
- Namespace
- Ecng.Localization
- Assembly
- Ecng.Localization.dll
The localized strings.
public static class LocalizedStrings
- Inheritance
-
LocalizedStrings
- Inherited Members
Fields
DebugKey
public const string DebugKey = "Debug"
Field Value
ErrorsKey
public const string ErrorsKey = "Errors"
Field Value
IdKey
public const string IdKey = "Id"
Field Value
InfoKey
public const string InfoKey = "Info"
Field Value
InheritedKey
public const string InheritedKey = "Inherited"
Field Value
LogLevelDescKey
public const string LogLevelDescKey = "LogLevelDesc"
Field Value
LogLevelKey
public const string LogLevelKey = "LogLevel"
Field Value
LogSourceNameKey
public const string LogSourceNameKey = "LogSourceName"
Field Value
LoggingKey
public const string LoggingKey = "Logging"
Field Value
NameKey
public const string NameKey = "Name"
Field Value
OffKey
public const string OffKey = "Off"
Field Value
VerboseKey
public const string VerboseKey = "Verbose"
Field Value
WarningsKey
public const string WarningsKey = "Warnings"
Field Value
Properties
Debug
public static string Debug { get; }
Property Value
Errors
public static string Errors { get; }
Property Value
Id
public static string Id { get; }
Property Value
Info
public static string Info { get; }
Property Value
Inherited
public static string Inherited { get; }
Property Value
Localizer
The localizer.
public static ILocalizer Localizer { get; set; }
Property Value
LogLevel
public static string LogLevel { get; }
Property Value
LogLevelDesc
public static string LogLevelDesc { get; }
Property Value
LogSourceName
public static string LogSourceName { get; }
Property Value
Logging
public static string Logging { get; }
Property Value
Name
public static string Name { get; }
Property Value
Off
public static string Off { get; }
Property Value
Verbose
public static string Verbose { get; }
Property Value
Warnings
public static string Warnings { get; }
Property Value
Methods
Localize(string)
Localizes the string.
public static string Localize(this string enStr)
Parameters
enStr
stringThe string to localize on English.
Returns
- string
The localized string.