HttpSessionState.LCID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the locale identifier (LCID) of the current session.
public:
property int LCID { int get(); void set(int value); };
public int LCID { get; set; }
member this.LCID : int with get, set
Public Property LCID As Integer
Property Value
A CultureInfo instance that specifies the culture of the current session.
Remarks
The LCID property is provided for compatibility with earlier versions of ASP only. If you do not need to maintain backward compatibility with ASP pages, use the LCID property instead.
ASP.NET does not store the locale identifier in session state. The LCID property accesses the LCID property to get and set the identifier.