Method | Description | |
---|---|---|
GetLang ( this context ) : object | ||
GetText ( this context, string text ) : string | ||
SetLang ( this context, string language ) : void | ||
_ ( this context, string text ) : string |
Method | Description | |
---|---|---|
GetLanguages ( System.Web.HttpContextBase context ) : string[] |
public static GetLang ( this context ) : object | ||
context | this | |
return | object |
public static GetText ( this context, string text ) : string | ||
context | this | |
text | string | |
return | string |
public static SetLang ( this context, string language ) : void | ||
context | this | |
language | string | |
return | void |
public static _ ( this context, string text ) : string | ||
context | this | |
text | string | |
return | string |