共用方式為


WebCreationInformation.Language 屬性

取得或設定地區設定識別碼,指定新網站的語言。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public Property Language As Integer
    Get
    Set
'用途
Dim instance As WebCreationInformation
Dim value As Integer

value = instance.Language

instance.Language = value
public int Language { get; set; }

屬性值

類型:System.Int32
Int32 代表地區設定識別碼

備註

檔案必須是有效的 LCID。LCID 是 4 位元組的值。LCID 中提供的值是標準的數字替代國際 [RFC4646] 字串。

請參閱

參照

WebCreationInformation 類別

WebCreationInformation 成員

Microsoft.SharePoint.Client 命名空間