Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Language converter
Message
De
25/03/2002 08:47:33
 
 
À
25/03/2002 08:14:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00628452
Message ID:
00636765
Vues:
29
John,

>Are you using INTL? Can I ask you some questions?

Yes.

>In INTL, do you need to set the language everytime in form.init() in situation above? Or, INTL will handle for you?

INTL will handle this. Basically, what it takes to change the language on the fly is something like this:
*-- set new language
_SCREEN.oINTL.SetLanguage("French")

*-- localize all active forms
FOR EACH oForm IN _SCREEN.Forms
   _SCREEN.oINTL.Localize(oForm)
ENDFOR

*-- localize menu
DO YourMenu.mpr
>Does INTL convert caption of ActiveX control?
Sorry, I don't know.

Did you check the INTL site? It contains a lot of useful information concerning localization.
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform