views:

214

answers:

1

Hi, any one here work with the these tools?

[World Lingo, Google Translate, BabelFish Translate]

Actually I need to translate entire website into different languages. I want an API. Is google , babelfist ro world lingo providing any api for that?

If so can some one provide me the link

Thank you Nagu

+1  A: 

I developed an iPhone app that uses Google's translate engine, it is easy to use and it works very well. You can look at this page for details about using this same translate engine from Google to translate a website.

Ricardo
ya thats good but I dont want to paste the javascript in my page. I want that core API. Is it available?
Nagu
Yes the API is available at http://code.google.com/apis/ajaxlanguage/documentation/
Ricardo
Can i use it with c# and asp.net application? It is showing powered by google logo. How can i remove it?
Nagu
@Nagu - you're using a Google API, why would it *not* say "powered by google"?
warren