ILocaleWindowsLanguageName Property Ingeniux CMS Content Store API

Gets the three-letter code for the language as defined in the Windows API.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string WindowsLanguageName { get; }

Property Value

Type: String
Remarks

In most cases, this name only represents a locale's language property. Sometimes, however, the concept of language is very specific to a region, and it's difficult to separate the two. That's why the WindowsLanguageName of "en-us" is "ENU", which still contains the United States' regional information.

WindowsLanguageName may differ depending on the generation of Windows operating system being used.

Examples

For the locale "en-us", the ISOLanguageName is "ENU".
See Also

Reference