SPWeb.RemoveSupportedUICulture 方法

Removes support for the specified culture (locale) from the website.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub RemoveSupportedUICulture ( _
    cultureInfo As CultureInfo _
)
用法
Dim instance As SPWeb
Dim cultureInfo As CultureInfo

instance.RemoveSupportedUICulture(cultureInfo)
public void RemoveSupportedUICulture(
    CultureInfo cultureInfo
)

参数

备注

This method removes the information about the culture from the list in the SupportedUICultures property.

Use this method to remove a language from the list of alternate languages supported by the website. Attempting to remove the default language has no effect.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间

AddSupportedUICulture(CultureInfo)

SupportedUICultures

Language

UICulture