Gets the culture name in the format "<languagecode2>-<country/regioncode2>".
Namespace:
?
System.Globalization
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Name As String |
C# |
---|
public virtual string Name { get; } |
Visual C++ |
---|
public:
virtual property String^ Name {
String^ get ();
} |
JavaScript |
---|
function get_name();
|
Return Value
The culture name in the format "<languagecode2>-<country/regioncode2>", where <languagecode2> is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166.
See Also