CultureInfo.NativeName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the culture's native name, which consists of the language, the country/region, and the optional script, that the culture is set to display.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe culture's native name. which consists of the full name of the language, the full name of the country/region, and the optional script. The format is discussed in the description of the CultureInfo class.
Show: