HttpSessionStateBase.LCID Property

Definition

When overridden in a derived class, gets or sets the locale identifier (LCID) of the current session.

public:
 virtual property int LCID { int get(); void set(int value); };
public virtual int LCID { get; set; }
member this.LCID : int with get, set
Public Overridable Property LCID As Integer

Property Value

The LCID (culture) of the current session.

Exceptions

Applies to