System.Globalization Namespace CultureInfo Class
Gets the three-letter code for the language as defined in the Windows API.
[ VB ] Overridable Public ReadOnly Property _ ThreeLetterWindowsLanguageName As String [ C# ] public virtual string ThreeLetterWindowsLanguageName {get;} [ C++ ] public: __property virtual String* get_ThreeLetterWindowsLanguageName ( ); [ JScript ] function get ThreeLetterWindowsLanguageName ( ) : String;
The three-letter code for the language as defined in the Windows API.
For example, the three-letter code for English ( U.S. ) as defined in the Windows API is "enu".
The below shows the ThreeLetterWindowsLanguageName used for each of the available cultures.
Show me
CultureInfo Members Name DisplayName NativeName EnglishName TwoLetterISOLanguageName ThreeLetterISOLanguageName
© 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