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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note