Culture.LCID property
The LCID property gets the locale ID of the culture represented by this Culture object.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property LCID As Integer
Get
'Usage
Dim instance As Culture
Dim value As Integer
value = instance.LCID
public int LCID { get; }
Property value
Type: System.Int32
The locale ID of the culture represented by this Culture object. If the LCID property returns zero, there is no standard locale ID for the culture.