SystemInfo.SystemDefaultLocaleId Property
Gets or sets the locale ID of the device.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property SystemDefaultLocaleId As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.SystemDefaultLocaleId
instance.SystemDefaultLocaleId = value
public int SystemDefaultLocaleId { get; set; }
public:
property int SystemDefaultLocaleId {
int get ();
void set (int value);
}
public function get SystemDefaultLocaleId () : int
public function set SystemDefaultLocaleId (value : int)
Property Value
Type: System.Int32
The locale ID of the device.
Remarks
An example of this value is 1033 for English, USA.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.