SPRegionalSettings.CollationLCID property
Gets the locale identifier (LCID) for the collation rules that are used on the site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CollationLCID As UInteger
Get
'Usage
Dim instance As SPRegionalSettings
Dim value As UInteger
value = instance.CollationLCID
public uint CollationLCID { get; }
Property value
Type: System.UInt32
A 32-bit integer that indicates the collation LCID.
Remarks
A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.