SPRegionalSettings.LocaleId Property
Gets or sets the locale ID in use on the server.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property LocaleId As UInteger
Get
Set
'Usage
Dim instance As SPRegionalSettings
Dim value As UInteger
value = instance.LocaleId
instance.LocaleId = value
public uint LocaleId { get; set; }
Property Value
Type: System.UInt32
An unsigned 32-bit integer that specifies the locale ID.