<< Click to Display Table of Contents >>
szLang
szLang is part of the DBIEnv structure which is passed to DbiInit. The language of the client is specified as the primary language ID from WIN32.
| Note: | You must add two leading zeros to this value. |
For example, the primary language ID for French is "0c". Thus, to start BDE so that it uses French messages and French QBE keywords, you would add two leading zeros to 0c and set szLang equal to "000c".
Here is a table of possible szlang values :
Language |
szLang value |
Danish |
0006 |
English |
0009 |
French |
000c |
German |
0007 |
Italian |
0010 |
Norwegian |
0014 |
Portuguese |
0016 |
Spanish |
000a |
Swedish |
001d |