WebCreationInformation.Language property

Gets or sets the locale ID that specifies the language of the new site.

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

Syntax

'Declaration
Public Property Language As Integer
    Get
    Set
'Usage
Dim instance As WebCreationInformation
Dim value As Integer

value = instance.Language

instance.Language = value
public int Language { get; set; }

Property value

Type: System.Int32
A Int32 that represents the locale ID.

Remarks

It must be a valid LCID. An LCID is a 4-byte value. The value supplied in an LCID is a standard numeric substitution for the international [RFC4646] string.

See also

Reference

WebCreationInformation class

WebCreationInformation members

Microsoft.SharePoint.Client namespace