Table of Contents

Interface ILocalizer

Namespace
Ecng.Localization
Assembly
Ecng.Localization.dll

The interface for localizing strings.

public interface ILocalizer
Extension Methods

Methods

Localize(string)

Localizes the string.

string Localize(string enStr)

Parameters

enStr string

The string to localize on English.

Returns

string

The localized string.