Documentation for this section has not yet been entered.
This property returns the same value as the Windows API method GetLocaleInfo with the LOCALE_SABBREVLANGNAME value. For example, the three-letter code for English (United States) as defined in the Windows API is "enu".
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.