Localizer - делегат

Localizes some text based on the current Work Context culture

Пространство имён:  Orchard.Localization
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public delegate LocalizedString Localizer(
	string text,
	params Object[] args
)

Параметры

text
Тип: String
The text format to localize
args
Тип: Object
The arguments used in the text format. The arguments are HTML-encoded if they don't implement IHtmlString.

Возвращаемое значение

Тип: LocalizedString
An HTML-encoded localized string
См. также