RegionalSettings.CollationLCID property

Gets the locale identifier (LCID) for the collation rules that are used on the site.

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

Syntax

'Declaration
Public ReadOnly Property CollationLCID As UInteger
    Get
'Usage
Dim instance As RegionalSettings
Dim value As UInteger

value = instance.CollationLCID
public uint CollationLCID { get; }

Property value

Type: System.UInt32
The collation LCID.

Remarks

A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace