Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Language converter
Message
From
25/03/2002 08:47:33
 
 
To
25/03/2002 08:14:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00628452
Message ID:
00636765
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform