CultureAndRegionInfoBuilder.RegionEnglishName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the full name of the country/region in English.
public:
property System::String ^ RegionEnglishName { System::String ^ get(); void set(System::String ^ value); };
public string RegionEnglishName { get; set; }
member this.RegionEnglishName : string with get, set
Public Property RegionEnglishName As String
Property Value
The full name of the country/region in English.
Exceptions
This operation is not valid for a neutral culture.
The value in a set operation is null
.
The length of the value in a set operation does not range from 0 to 79 characters.
Remarks
The RegionEnglishName property corresponds to the EnglishName property.
For example, the return value of RegionEnglishName for the United States is "United States".