Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Language
Message
From
04/04/2014 04:50:28
 
 
To
04/04/2014 04:25:44
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
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:
01598029
Views:
38
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?
Gerhard Schmidbauer
URANUS Software GmbH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform