iOS: Text translation from English to different language and visa-versa
Posted
by
AppleDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by AppleDeveloper
Published on 2012-09-07T15:18:55Z
Indexed on
2012/09/07
15:38 UTC
Read the original article
Hit count: 213
I want to translate English texts to different languages from my iPad App. These texts are generated dynamically from the front end website so I can use static mapping between English and other language. Basically I will receive line of text in English from the server and I want to convert it to iPad's Locale language settings and display it. Is there anyone I can achieve this? Can I use Google translator? Thanks.
© Stack Overflow or respective owner