System.Web.SessionState.HttpSessionState.LCID Property

Gets or sets the locale identifier (LCID) of the current session.

Syntax

public int LCID { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpSessionState.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 System.Globalization.CultureInfo.LCID property instead.

ASP.NET does not store the locale identifier in session state. The HttpSessionState.LCID property accesses the System.Globalization.CultureInfo.LCID property to get and set the identifier.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0