SPWebInfo.Language property
A 32-bit unsigned integer that indicates the locale identifier for the language.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Language As UInteger
Get
'Usage
Dim instance As SPWebInfo
Dim value As UInteger
value = instance.Language
public uint Language { get; }
Property value
Type: System.UInt32