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




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