Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Language Translation API for iPhone

I want to implement language translation feature in my iPhone app, is there any API which is free that I can use, or any other way to do this.

like image 412
user1173142 Avatar asked Mar 16 '12 05:03

user1173142


People also ask

Is there a built in translator on iPhone?

On iPhone, you can translate text in apps such as Camera, Photos, Safari, Messages, Mail, supported third-party apps, and more. Note: Translation is available for supported languages. See the iOS and iPadOS Feature Availability website.

Is there a free translate API?

LibreTranslate - Free and Open Source Machine Translation API.

Which is best translator for an iPhone?

Google Translate ranks first as the best translator app for iPhone because it is the most popular and widely used translation app worldwide. The Google Translation app for iPhone and iPad supports instant text translation between 108 languages by typing.


1 Answers

Google's Translate API is not free anymore.

So, If you want to use a free language translation API, here are some links:

  • Mygengo Translation API: http://mygengo.com/api/

  • Microsoft Translator APIs: http://www.microsofttranslator.com/dev/

  • Speaklite Translate API: http://www.speaklike.com/access-professional-translation-via-api/

  • WebServiceX Translate API: http://www.webservicex.net/ws/wsdetails.aspx?wsid=63

This is also helpful:

http://alwawee.com/wordpress/2011/07/03/objective-c-wrap-over-microsoft-bing-translate-api/

like image 151
Apple Avatar answered Oct 10 '22 00:10

Apple