I need to create a web application which accepts sentences in English and then give a user the option to have the sentence translated into 5 different languages of their choice.
What is the best way to go about this?
I need to create a web application which accepts sentences in English and then give a user the option to have the sentence translated into 5 different languages of their choice.
What is the best way to go about this?
Use the Google AJAX Language API. There is a ton of example code available to get you going.