Gets the culture name in the format "languagecode2-country/regioncode2".
 
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic virtual string Name { get; }Return Value
Type: 
StringThe 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
See Also