You can use Microsoft Translator API with Objective-C for iOS applications. I do not have a code sample for it, but it should be relatively straightforward for you to use the NSURL / NSURLRequest / NSURLResponse classes in Objective-C to get the token, and to call the translator service. There's an example on StackOverflow here: http://stackoverflow.com/questions/11103371/microsoft-translator-api-