CultureAndRegionInfoBuilder::LCID Property

 

Gets the culture identifier for the current CultureAndRegionInfoBuilder object.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property int LCID {
	int get();
}

Property Value

Type: System::Int32

The culture identifier for the current CultureAndRegionInfoBuilder object.

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.

.NET Framework
Available since 2.0
Return to top
Show: