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)
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.