GetSystemDefaultLangID
Functional Difference from WIN95
N/A
Functional Difference from SBCS Open32
New.
Implementation
This API returns the actual system default Language ID. The system default Language ID is initialized by Open32 constructor useNLS when the process begins. When the process begins, Open32 queries the country code, and searches the hard-coded locale table in Open32 for that country code. If the language ID of that locale table is valid, then it is set as the system default language. When the process begins, Open32 get the country code, and searches it in the locale tables hard-coded in Open32. Then the language ID of that locale table, if it is valid, is set as the system default language.