Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How good is the INTL toolkit?
Message
De
17/11/2004 09:03:04
 
 
À
17/11/2004 04:36:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00962062
Message ID:
00962148
Vues:
9
>Hi.
>
>We are writing a rather large application in Visual Foxpro 9 beta (the app will not be finished before the full version is released). Recently, a demand for multiple languages in the UI has surfaced. I have been looking at Steven Blacks web site for the INTL toolkit, but would really like to hear som actual opinions and experiences with this toolkit from you guys.
>
>Some questions:
> - How much code change is needed?
> - Does the toolkit handle (or mark) things like Messagebox("Some error occured")?
> - What about strings that are not supposed to be translated, like quoted select statements etc?
>
>Thanks,
>
>Eyvind.



INTL is an excellent product. The code changes are not that much IMO. You have to of course change your hard-coded literals to a function. So a button caption would not be "Save" but i("Save"). At instantiation time INTL would do a lookup into a translation table, that you have to populate, and return the caption in the current language. This allows you to even switch languages on the fly, which makes for a very compelling demo to a client.

There is a supplied replacement for MessageBox (MsgSvcs) which allows for translatinfg MessageBoxes and does more. The manual and examples are good and show you how to do reports, menus and form's controls. I would recommend INTL wholeheartedly.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform