Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multilanguage application in VFP
Message
De
06/04/2002 07:41:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
05/04/2002 11:55:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00641498
Message ID:
00641770
Vues:
20
>Hi,
>
>
>I want to develop a multi-language application language; application needs to support German and French language apart from English. Based upon selected language application needs to change label captions, input text boxes and reports in different language. Can anybody guide me in correct direction, I can’t find information on M$ site.
>
>Thanks in advance.
>
>Jiten

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