Page.LCID Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the locale identifier for the Thread object associated with the page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Public Property LCID As Integer 'Usage Dim instance As Page Dim value As Integer value = instance.LCID instance.LCID = value
/** @property */ public int get_LCID () /** @property */ public void set_LCID (int value)
public function get LCID () : int public function set LCID (value : int)
Not applicable.
Property Value
The locale identifier to pass to the Thread.Community Additions
ADD
Show: