Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which version of Windows?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00172072
Message ID:
00172126
Vues:
21
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform