hackalive Posted June 10, 2011 Share Posted June 10, 2011 Hi Guys, Can anyone tell me how with PHP/AJAX/JS I can use Bing or Google Translator to automatically translate into English any text typed as a chat session (IM). I have made my own IM script so I can modify it just need to know how to use Bing/Google Translator, the API Docs are not very helpful. Cheers, also how to do it for posts (i.e., data pulled from a db) that is static cheers in advance Quote Link to comment Share on other sites More sharing options...
Ollifi Posted June 10, 2011 Share Posted June 10, 2011 Google translate API is changing to payment based, so you won´t get it free anymore. (The payment starts on December http://code.google.com/apis/language/translate/overview.html) But here is very simple instructions for Bing translate http://msdn.microsoft.com/en-us/library/ff512404.aspx Quote Link to comment Share on other sites More sharing options...
hackalive Posted June 10, 2011 Author Share Posted June 10, 2011 So has anyone got instructions on how to use the Bing one? THe API Docs arent very helpful, I need an AJAX/PHP/JS example. Quote Link to comment Share on other sites More sharing options...
Ollifi Posted June 10, 2011 Share Posted June 10, 2011 Here is very simple example: http://msdn.microsoft.com/en-us/library/ff512406.aspx You can create AppID here: http://www.bing.com/developers/createapp.aspx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.