Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multilanguage apps ... any experiences ?
Message
De
02/04/1998 10:51:14
 
 
À
02/04/1998 10:20:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00088883
Message ID:
00088957
Vues:
72
>>>>>Which langauges? And is the language used determined on a runtime, per-user basis or will you be compiling the app into different languages and distributing it to run set in a given language?
>>>>
>>
>>ok, sorry for 1st reply.
>>Actually I've no idea of how apps will be , because at the moment I'm only looking for possible solutions and know how ( ... the boss want to know if it is possible, and what we've to do, to develop a multilanguage app)
>>So any solution it's a good solution ... which differences between your solutions ? Thanks for your reply.
>
>If an application has to make a language determination at runtime, it's necessary to develop code to track which language and to change to Caption property (at the very least!) of all controls on the fly. This is hard to develop but very flexible.
>
>On the other hand, if you want distinct versions of the application in different languages, you just have to change the Captions at development time and compile that distinct version.

You probably want to use Steven Blacks INTL application. We've used it for a sytem running in Poland, Switzerland, Hungary and Romania. You use a standard naming convention :-

a code field on customer form could be called:

lblCustomerCode

This would then be translated into whichever language you want - It works out based on a table of these label names with the translations in other columns.

You can also use it for multi language messages, with paramters as well.

We had t make a few changes to it but on the whole it is excellent!

Ian
regards

Ian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform