共用方式為


SPLocale class

代表可以在 SharePoint 網站,包括的顯示名稱和地區設定識別碼 (LCID) 中設定的地區設定的資訊。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPLocale

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

Syntax

'宣告
Public Class SPLocale
'用途
Dim instance As SPLocale
public class SPLocale

備註

使用SPWeb類別之Locale屬性可傳回子網站的地區設定的 LCID。否則請使用SPRegionalSettings類別之Locales屬性可傳回SPLocaleCollection物件所代表的子網站的地區設定的集合。若要從集合中傳回單一的地區設定中使用索引器。例如,若集合已指派給變數myLocales,使用myLocales[index] 在 Microsoft Visual C# 或myLocales(index) Microsoft Visual Basic 中,其中index是集合中的地區設定的索引編號。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPLocale members

Microsoft.SharePoint namespace