SPWebTemplate.Lcid Property

Gets the locale ID of the site definition configuration or site template.

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

Syntax

Public ReadOnly Property Lcid As UInteger
    Get

Dim instance As SPWebTemplate
Dim value As UInteger

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

Property Value

Type: System.UInt32
An UInt32 that specifies the locale ID.

Remarks

Some examples are 1033 for English in the United States and 1041 for Japanese.

If the SPWebTemplate represents a site template, this property corresponds to the <Locale> element the manifest.xml file contained in the .stp file that stores the site template.

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace