Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Language
Message
De
04/04/2014 05:03:40
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
04/04/2014 04:50:28
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:
01598032
Vues:
31
This is a start :)

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?
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform