C# Class i18n.Web.HttpContextLangExtensions

Afficher le fichier Open project: xianjing/i18n

Méthodes publiques

Méthode Description
GetLang ( this context ) : object
GetText ( this context, string text ) : string
SetLang ( this context, string language ) : void
_ ( this context, string text ) : string

Private Methods

Méthode Description
GetLanguages ( System.Web.HttpContextBase context ) : string[]

Method Details

GetLang() public static méthode

public static GetLang ( this context ) : object
context this
Résultat object

GetText() public static méthode

public static GetText ( this context, string text ) : string
context this
text string
Résultat string

SetLang() public static méthode

public static SetLang ( this context, string language ) : void
context this
language string
Résultat void

_() public static méthode

public static _ ( this context, string text ) : string
context this
text string
Résultat string