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.
Asked
Active
Viewed 605 times
-1
-
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 Answers
-2
You can't of course.
Read about app internationalization guidelines.

moonwave99
- 21,957
- 3
- 43
- 64
-
1You actually can. Check out the link the OP posted. Also, what does this have to do with internationalization? – sosborn Feb 09 '13 at 19:24
-
There was no link when I answered. You may *guess* the language of a sentence in an heuristic way [like google translate does], but nevertheless. – moonwave99 Feb 09 '13 at 20:15
-