ILocaleWindowsLanguageName Property
|
Gets the three-letter code for the language as defined in the Windows API.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring WindowsLanguageName { get; }ReadOnly Property WindowsLanguageName As String
Get
property String^ WindowsLanguageName {
String^ get ();
}abstract WindowsLanguageName : string with get
Property Value
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.
Example
For the locale "en-us", the ISOLanguageName is "ENU".
See Also