views:

97

answers:

2

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?

+1  A: 

Use the Google AJAX Language API. There is a ton of example code available to get you going.

Alison
+1  A: 

There's always the google language api. Check it out.

buckbova