SPRegionalSettings.LocaleId property

Gets or sets the locale ID in use on the server.

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

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.

See also

Reference

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace