Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multilanguage application in VFP
Message
From
06/04/2002 07:41:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
05/04/2002 11:55:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00641498
Message ID:
00641770
Views:
19
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform