System.Globalization.CultureInfo.ThreeLetterISOLanguageName Property

Gets the ISO 639-2 three-letter code for the language of the current System.Globalization.CultureInfo.

Syntax

public virtual string ThreeLetterISOLanguageName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For example, the three-letter abbreviation for English is "eng".

Note:

When communicating between processes or persisting data it is usually better to use the full CultureInfo.Name. Using just the language can lose context and data.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0