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
)
参数
cultureInfo
类型:System.Globalization.CultureInfoThe information about the culture to remove.
备注
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.