asp.net.ph

CultureInfo.NativeName Property

System.Globalization Namespace   CultureInfo Class


Gets the culture name in the format "<languagefull> ( <country/regionfull> ) " in the language that the culture is set to display.

[ VB ]
Overridable Public ReadOnly Property NativeName As String

[ C# ]
public virtual string NativeName {get;}

[ C++ ]
public: __property virtual String* get_NativeName ( );

[ JScript ]
function get NativeName ( ) : String;

Property Value

The culture name in the format "<languagefull> ( <country/regionfull> ) " in the language that the culture is set to display, where <languagefull> is the full name of the language and <country/regionfull> is the full name of the country/region.

Remarks

The culture's full name might not display properly if the system is not set to display the culture's language correctly. For example, if the CultureInfo.Name is "ja-JP" for Japanese ( Japan ), CultureInfo.NativeName does not display correctly on a system that is set to English only. However, multilingual operating systems, such as Windows 2000, display NativeName correctly.

Example

The below shows the NativeName used for each of the available cultures.

 Show me 

See Also

CultureInfo Members   Name   DisplayName   EnglishName   TwoLetterISOLanguageName   ThreeLetterISOLanguageName   ThreeLetterWindowsLanguageName Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph