asp.net.ph

CultureInfo.ThreeLetterWindowsLanguageName Property

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;

Property Value

The three-letter code for the language as defined in the Windows API.

Remarks

For example, the three-letter code for English ( U.S. ) as defined in the Windows API is "enu".

Example

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

 Show me 

See Also

CultureInfo Members   Name   DisplayName   NativeName   EnglishName   TwoLetterISOLanguageName   ThreeLetterISOLanguageName Skip Navigation Links




Previous page Back to top Next page

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