HttpSessionStateWrapper::LCID Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int LCID {
	virtual int get() override;
	virtual void set(int value) override;
}

Property Value

Type: System::Int32

The LCID (culture) of the current session.

.NET Framework
Available since 3.5
Return to top
Show: