Web.RemoveSupportedUILanguage method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub RemoveSupportedUILanguage ( _
lcid As Integer _
)
'Usage
Dim instance As Web
Dim lcid As Integer
instance.RemoveSupportedUILanguage(lcid)
public void RemoveSupportedUILanguage(
int lcid
)
Parameters
- lcid
Type: System.Int32