Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translate VFP App in greek language
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00456319
Message ID:
00457466
Vues:
22
Maybe the CPCONVERT() function. There is an example in the Hacker's Guide where:

WAIT WINDOW "Jos"+CHR(130)

does not display properly, yet:

WAIT WINDOW CPCONVERT(437,1252,"Jos"+CHR(130))

does. Perhaps you need something like:

CPCONVERT(1252, 1253, lcString)

>Yes, this is my question. How to display Greek messages in the 'regular' Windows and in the 'regular' VFP interface?
>
>>Sorry, I misunderstood. I am taking a guess here, but I assume you need the >Greek version of Windows. And data in your VFP tables needs to have the Greek >code page.
>
>>>Yes, but may be I am missing something. I seem I do not need International approach. I need to display, say, greeting in Greek in the 'regular' version.
>>
>>>>How could I display messages in wait window or messagebox in Greek?
>>
>>>Have you looked at Steven Black's INTL toolkit as www.stevenblack.com?
Chris McCandless
Red Sky Software
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform