Click or drag to resize

RecroDictGetSessionLanguage Method (HttpContextBase)

Gets the session language.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static string GetSessionLanguage(
	HttpContextBase httpContext
)

Parameters

httpContext
Type: System.WebHttpContextBase
The HTTP context.

Return Value

Type: String

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroDict.GetSessionLanguage(System.Web.HttpContextBase)"]

See Also