Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the locale identifier (LCID) for the default language of the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Language As UInteger
Get
'Usage
Dim instance As WebInformation
Dim value As UInteger
value = instance.Language
public uint Language { get; }
Property value
Type: System.UInt32
The LCID for the default language.