C# Class Orchard.Localization.Text

Inheritance: IText
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
Get ( string textHint ) : Orchard.Localization.LocalizedString
Text ( string scope, IWorkContextAccessor workContextAccessor, ILocalizedStringManager localizedStringManager ) : System

Private Methods

Method Description
Encode ( object arg ) : object
GetFormatProvider ( string currentCulture ) : IFormatProvider

Method Details

Get() public method

public Get ( string textHint ) : Orchard.Localization.LocalizedString
textHint string
return Orchard.Localization.LocalizedString

Text() public method

public Text ( string scope, IWorkContextAccessor workContextAccessor, ILocalizedStringManager localizedStringManager ) : System
scope string
workContextAccessor IWorkContextAccessor
localizedStringManager ILocalizedStringManager
return System