Web.SupportedUILanguageIds property
Specifies the language code identifiers (LCIDs) of the languages that are enabled for the site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedUILanguageIds As IEnumerable(Of Integer)
Get
'Usage
Dim instance As Web
Dim value As IEnumerable(Of Integer)
value = instance.SupportedUILanguageIds
public IEnumerable<int> SupportedUILanguageIds { get; }
Property value
Type: System.Collections.Generic.IEnumerable<Int32>
Returns a String instance representing the languages that are enabled for the site.