Reputation: 8388
I am working on an application where I have to display text in Arabic language. Can some one suggest me how will I convert a text in English to Arabic language.
Thanks Pankaj
Upvotes: 0
Views: 882
Reputation: 8388
NSString itself works. It accepts arabic words and displays the word.
Upvotes: 1
Reputation: 568
Using a translate service that has a public API. Google Translate for example:
Upvotes: 1