Share via


WebCreationInformation.Language Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Language As Integer
    Get
    Set
'Usage
Dim instance As WebCreationInformation
Dim value As Integer

value = instance.Language

instance.Language = value
[RemoteAttribute]
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