LocalizedName.Lcid Property
Gets or sets the locale identifier (LCID) representing the language.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Lcid As UInteger
Get
Set
'Usage
Dim instance As LocalizedName
Dim value As UInteger
value = instance.Lcid
instance.Lcid = value
public uint Lcid { get; set; }
Property Value
Type: System.UInt32
The LCID representing the language.