-1

Is there away to detect the language text in NSString. I need to know is which language the text is so that I display it differently.

jscs
  • 63,694
  • 13
  • 151
  • 195
user836026
  • 10,608
  • 15
  • 73
  • 129
  • I found the answer here: thank you. http://stackoverflow.com/questions/6325073/detect-language-of-nsstring?rq=1 – user836026 Feb 09 '13 at 12:36

1 Answers1

-2

You can't of course.

Read about app internationalization guidelines.

moonwave99
  • 21,957
  • 3
  • 43
  • 64