Click or drag to resize

RecroDictGetSessionLanguage Method

Gets the session language.

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

Parameters

httpContext
Type: HttpContext
The HTTP context.

Return Value

Type: String

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroDict.GetSessionLanguage(Microsoft.AspNetCore.Http.HttpContext)"]

See Also