Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multilingual applications?
Message
From
14/11/2002 08:45:27
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00722554
Message ID:
00722628
Views:
17
>Hi, Jamie!
>
>>>
>You should look at Steven Black's INTL toolkit.
><<
>
>Oh, I did so - but it seems to complex for the job!
>I don't need any translation stuff, any language switching of running forms etc.
>
>I only need to deal with different fonts / charsets (hopefully I don't have to deal with unicode <s>)!
>
>May be there are some other hints!?

Prior to VFP8, If you use VFP native controls, you have to use only strings compatible with the operating system charset. You cannot mix different cultures (think the .NET definition of culture) like Cyrillic, Western, Chineese, etc.
However if you hold your information as unicode (UTF8 or UCS2) binary representation in your fields, and do not use data binding and grids, you can utilize MS Forms ActiveX controls for this purpose.
If you have some doubts that you understand this, just ask.

Kind Regards
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform