Click or drag to resize
CultureInfoTwoLetterISOLanguageName Property
Gets the ISO 639-1 two-letter code for the language of the current CultureInfo.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual string TwoLetterISOLanguageName { get; }

Return Value

Type: String
The ISO 639-1 two-letter code for the language of the current CultureInfo.
See Also