|  | RecroDictSetSessionLanguage Method (HttpContext, String) | 
 
            Sets the session language.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic static string SetSessionLanguage(
	HttpContext httpContext,
	string language
)
Parameters
- httpContext
- Type: System.WebHttpContext
 The HTTP context.
- language
- Type: SystemString
 The language.
Return Value
Type: 
StringThe previous language.
 Remarks
Remarks
            A megadott nyelvnek a RecroDict-ben szerepelnie kell a RGF.Language scope alatt.
            
 See Also
See Also