SP.WebCreationInformation.language Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets the locale ID that specifies the language of the new site.
var value = SP.WebCreationInformation.get_language();
SP.WebCreationInformation.set_language(value);
Property Value
Type: Int32
Applies To
SP.WebCreationInformation Class
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
SP.WebCreationInformation Methods