Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
possible duplicate of [develop iphone application in arabic language ](stackoverflow.com/questions/3158664/…) – Brad Larson Nov 26 '10 at 22:03

2 Answers

Using a translate service that has a public API. Google Translate for example:

share|improve this answer
up vote 1 down vote accepted

NSString itself works. It accepts arabic words and displays the word.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.