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::RegionEnglishName Property

 

Gets or sets the full name of the country/region in English.

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

public:
property String^ RegionEnglishName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The full name of the country/region in English.

Exception Condition
NotSupportedException

This operation is not valid for a neutral culture.

ArgumentNullException

The value in a set operation is null.

ArgumentOutOfRangeException

The length of the value in a set operation does not range from 0 to 79 characters.

The RegionEnglishName property corresponds to the EnglishName property.

For example, the return value of RegionEnglishName for the United States is "United States".

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft