System.Web.SessionState.IHttpSessionState.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

This 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 IHttpSessionState.LCID property calls the System.Globalization.CultureInfo.LCID to get and set the identifier.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0