SPWeb.UICulture Property
Gets a CultureInfo object that represents to the default language for the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property UICulture As CultureInfo
Get
'Usage
Dim instance As SPWeb
Dim value As CultureInfo
value = instance.UICulture
public CultureInfo UICulture { get; }
Property Value
Type: System.Globalization.CultureInfo
An object with culture-specific information.