CultureAndRegionInfoBuilder.LCID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the culture identifier for the current CultureAndRegionInfoBuilder object.
public:
property int LCID { int get(); };
public int LCID { get; }
member this.LCID : int
Public ReadOnly Property LCID As Integer
Property Value
The culture identifier for the current CultureAndRegionInfoBuilder object.
Remarks
The CultureAndRegionInfoBuilder.LCID property corresponds to the CultureInfo.LCID property.
For replacement cultures the culture identifier is mapped to the corresponding National Language Support (NLS) locale identifier. For user-defined custom cultures, the value of this property is always hexadecimal 0x1000.