Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Language
Message
De
04/04/2014 06:19:49
 
 
À
04/04/2014 05:03:40
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01598017
Message ID:
01598038
Vues:
28
>This is a start :)
Thank you.
Please se my answer to Gregory.

Gerhard

>
>I have a table in the background that I query for the strings.
>just like
>
Messagbox(GetText('uniquetextId'[,nlang]),...)
>
>default lang is preset on sys startup, I can query other langs by optional parameter.
>table looks like
>
>cUniqueID,nLang,mText
>
>Now something in running prog to deliver the text, a cheap form to edit the stuff, little tricks to query this programm from the code and write query into code, thats it.
>
>we can negotiate :)
>
>
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform