RegionalSettings.LocaleId property

Gets and sets the locale identifier in use on the server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property LocaleId As UInteger
    Get
    Set
'Usage
Dim instance As RegionalSettings
Dim value As UInteger

value = instance.LocaleId

instance.LocaleId = value
public uint LocaleId { get; set; }

Property value

Type: System.UInt32
The locale identifier.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace