This documentation is archived and is not being maintained.

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.

ExceptionCondition
NotSupportedException

This operation is not valid for a neutral culture.

ArgumentNullException

The value in a set operation is nullptr.

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

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: