Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Languages
Message
De
06/04/2002 07:41:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
05/04/2002 15:45:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00641613
Message ID:
00641769
Vues:
12
>Hello everybody,
>
>We have a software package written in VFP with lots of usual classes, menu, reports, forms, message boxes which is written in the universal language i.e English. We would like to convert our present software to a number of different languages including German, Spanish, Swedish,Polish for displaying menu, UI's and reports without actually going into each of these and modifying by manual labour.
>
>Can anyone suggest a simple/complex way of doing this without manually changing the captions and labels i.e. through code? Is there any tools available for the same?
>
>Thanks in advance for your help and suggestions.
>
>Sid

The standard approach - if you choose to do this yourself - is to use constants or varables for your captions, etc.

For instance:
* Form.Init():
This.Label1.Caption = CAP_CLIENTNAME

* LANGUAGE.H, English version:
#DEFINE CAP_CLIENTNAME "Client"
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform