Bridge

CultureInfo..::..EnglishName Property

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

Syntax


[FieldPropertyAttribute]
public string EnglishName { get; set; }
<FieldPropertyAttribute> _
Public Property EnglishName As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ EnglishName {
	String^ get ();
	void set (String^ value);
}