Return the current language IDs.
Source position: gettext.pp line 78
procedure GetLanguageIDs( |
var Lang: AnsiString; |
var FallbackLang: AnsiString |
); |
Lang |
|
Primary language. |
FallbackLang |
|
Secondary language. |
GetLanguageIDs returns the current language IDs (an ISO string) as returned by the operating system. On windows, the GetUserDefaultLCID and GetLocaleInfo calls are used. On other operating systems, the LC_ALL, LC_MESSAGES or LANG environment variables are examined.