Click or drag to resize

RecroDictGetSessionLanguage Method (HttpContext)

Gets the session language.

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

Parameters

httpContext
Type: System.WebHttpContext
The HTTP context.

Return Value

Type: String

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

See Also