Share via


WebInformation.Language property

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.

See also

Reference

WebInformation class

WebInformation members

Microsoft.SharePoint.Client namespace