Arabic Conversion in PDA

G

Guest

I want to convert my PDA Application developed in C#.net(Windows application)
to support arabic. (Window CE 4.20)
I tried using uciCultureInfo = new CultureInfo("ar-KW");
and localised information in a seperate resource file.
I am getting an error like "PlateformNotSupported Exception.

How to proceed with. Does Window CE 4.2 support arabic conversion.
Also kindly let me know any reference i can make to achieve my objective

Thanks in advance.
 
P

Paul G. Tobey [eMVP]

I think that this is an OS-level, not .NET CF-level, problem. The fonts on
your PDA, unless it is an Arabic language version of the OS, won't contain
the characters that you need, in all likelihood. Further, there won't be
any support, unless you write it yourself, for Arabic data entry. You
really need a device built for Arabic operation in order to do what you
want...

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top