Gets the full name of the CultureInfo in the UI language.
[Visual Basic] Overridable Public ReadOnly Property Name As String [C#] public string Name {virtual get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Read-only. The full name of the CultureInfo in the UI language. For example, if the CultureInfo is US English, "en-us" will be retrieved.
This is the string used to construct a CultureInfo. It is in the format of ISO639-2 (three-letter language name) plus underscore plus ISO 3166 (three-letter country name).
CultureInfo Class | CultureInfo Members | System.Globalization Namespace