So basically I have quite a dilemma and I don't have a solution.
I want to create an iPhone application that calls on the Translation and Transliteration API from Google. The translation API works in php so I can call it using a REST call from the iPhone app.
The Google transliteration API only works in JavaScript. JavaScript renders when the browser runs the JavaScript code so how would I call a JavaScript library from an iPhone app so result can return back to me?
