hi, how can i develop an arabic iphone application?it is included in all iphone sdk?and how to use it? thks
+1
A:
Not that I know of. If you wanted to, you would have to convert Obj-c into arabic yourself, using something like #define arabicphrasehere NSString(or whatever)
Matt S.
2010-07-01 14:24:19
i will try it ,but i doubt that there is other solutions
Dingua
2010-07-01 14:29:34
+1
A:
The code itself cannot be written with non-english characters, so that basically leaves out development of most non-latin languages. As for making apps which support arabic, Apple has great support for supporting apps in multiple languages -- its really quite straight forward -- http://developer.apple.com/iphone/library/documentation/MacOSX/Conceptual/BPInternational/BPInternational.html
Jared P
2010-07-01 14:33:20