SPRegionalSettings.LocaleId Property (Microsoft.SharePoint)
Gets or sets the locale ID in use on the server.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property LocaleId As UInteger
Visual Basic (Usage)
Dim instance As SPRegionalSettings
Dim value As UInteger

value = instance.LocaleId

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

Property Value

An unsigned 32-bit integer that specifies the locale ID.
See Also

Tags :


Page view tracker