Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Windows Language
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00617356
Message ID:
00617370
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform