CultureAndRegionInfoBuilder.LCID Property

Definition

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.

Applies to