Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft