Web.Language property

Gets a value that specifies the LCID for the language that is used on the site.

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 Web
Dim value As UInteger

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

Property value

Type: System.UInt32
Returns a UInt32 instance representing the LCID for the language that is used on the site.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace