PDA

View Full Version : Windows Mobile Localization


HossamAhmed
30th July 2009, 02:24 PM
I need to deploy an application that have arabic text to the end user without the need of installing an arabizer software (cab file).
Is there a way to deploy certain files [i.e font file] or adding some registry keys to accomplish this?
Knowing that the CF 2.0 throws "UnSupported Exception" when trying to encode arabic text in "windows-1256" encoding. how can I avoid this too?
Or is there a work around to avoid using this encoding and still display arabic text?

To cut it short, I need to display an arabic text on a WM phone that doesn't have an arabizer installed, Is that possible?

Thanks