CultureInfoTwoLetterISOLanguageName Property |
Gets the ISO 639-1 two-letter code for the language of the current
CultureInfo.
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual string TwoLetterISOLanguageName { get; }
Return Value
Type:
StringThe ISO 639-1 two-letter code for the language of the current
CultureInfo.
See Also