Click or drag to resize

RecroDictSetSessionLanguage Method

Sets the session language.

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

Parameters

httpContext
Type: HttpContext
The HTTP context.
language
Type: SystemString
The language.

Return Value

Type: String
The previous language.
Remarks
A megadott nyelvnek a RecroDict-ben szerepelnie kell a RGF.Language scope alatt.
See Also