共用方式為


SPWebTemplate.Lcid property

取得站台定義設定的地區設定 ID 或網站範本

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
指定地區設定 ID UInt32

備註

在美國英文的 1033年和 1041 為日文,是一些範例。

如果SPWebTemplate代表網站範本,此屬性對應於WebTemplate中的項目.wsp 檔案來儲存網站範本中所包含的elements.xml檔案的Locale屬性。

請參閱

參照

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace