CultureAndRegionInfoBuilder.RegionEnglishName Property

Definition

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".

Applies to