Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which version of Windows?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00172072
Message ID:
00172126
Views:
20
>In VFP5 and VFP6 at least, the LCID is available via SYS(3004); VFP can be set to use the English Locale ID set via SYS(3005,1033).

Hi Ed,

Overlooked that one, but I'm not certain from the documentation whether or not it supports all the Windows supported language IDs. If it does, Elyse can use the following with the constants I supplied:
lnlanguage = VAL(SYS(3004))
lnlanguage = BITAND(lnlanguage, 255)
Accordingly to the SDK, the high order byte is reserved for the various sub-types.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform