Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Windows Language
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00617356
Message ID:
00617370
Views:
26
This message has been marked as the solution to the initial question of the thread.
>Hi!
>
>Is there a way to find out if the Windows my application is running on is English or French?
>
>Thanks!

SYS(3004) returns the VFP Locale ID. To return the Windows Local ID
DECLARE INTEGER GetSystemDefaultLCID IN Win32API
? GetSystemDefaultLCID()
English is 1033, French is 1036.
George

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

Click here to load this message in the networking platform