Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Language
Message
From
04/04/2014 04:57:21
 
 
To
04/04/2014 04:50:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01598017
Message ID:
01598031
Views:
38
One piece of advice - don't program it. Put those in a table ( you can include the table in the project if needed)

>I think of something like this
>
>DO CASE
> CASE cLanguage = "D"
> cMsgText = "Beschreibung des Fehlers."
> cMsgHeader = "Fehler"
> CASE cLanguage = "E"
> cMsgText = "Description of Error."
> cMsgHeader = "Error"
>ENDCASE
>
>MESSAGEBOX(cMsgText, 0, cMsgHeader)



>
>>>>>This is to give messages in a language depending on the user's language.
>>
>>What code does that?
>>
>>>I don't understand your "What do you use". Can you please explain?
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform