Table of Contents

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

string

ErrorsKey

public const string ErrorsKey = "Errors"

Field Value

string

IdKey

public const string IdKey = "Id"

Field Value

string

InfoKey

public const string InfoKey = "Info"

Field Value

string

InheritedKey

public const string InheritedKey = "Inherited"

Field Value

string

LogLevelDescKey

public const string LogLevelDescKey = "LogLevelDesc"

Field Value

string

LogLevelKey

public const string LogLevelKey = "LogLevel"

Field Value

string

LogSourceNameKey

public const string LogSourceNameKey = "LogSourceName"

Field Value

string

LoggingKey

public const string LoggingKey = "Logging"

Field Value

string

NameKey

public const string NameKey = "Name"

Field Value

string

OffKey

public const string OffKey = "Off"

Field Value

string

VerboseKey

public const string VerboseKey = "Verbose"

Field Value

string

WarningsKey

public const string WarningsKey = "Warnings"

Field Value

string

Properties

Debug

public static string Debug { get; }

Property Value

string

Errors

public static string Errors { get; }

Property Value

string

Id

public static string Id { get; }

Property Value

string

Info

public static string Info { get; }

Property Value

string

Inherited

public static string Inherited { get; }

Property Value

string

Localizer

The localizer.

public static ILocalizer Localizer { get; set; }

Property Value

ILocalizer

LogLevel

public static string LogLevel { get; }

Property Value

string

LogLevelDesc

public static string LogLevelDesc { get; }

Property Value

string

LogSourceName

public static string LogSourceName { get; }

Property Value

string

Logging

public static string Logging { get; }

Property Value

string

Name

public static string Name { get; }

Property Value

string

Off

public static string Off { get; }

Property Value

string

Verbose

public static string Verbose { get; }

Property Value

string

Warnings

public static string Warnings { get; }

Property Value

string

Methods

Localize(string)

Localizes the string.

public static string Localize(this string enStr)

Parameters

enStr string

The string to localize on English.

Returns

string

The localized string.