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 Link to comment https://forums.phpfreaks.com/topic/238934-auto-translate/ 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 Link to comment https://forums.phpfreaks.com/topic/238934-auto-translate/#findComment-1227792 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. Link to comment https://forums.phpfreaks.com/topic/238934-auto-translate/#findComment-1227799 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 Link to comment https://forums.phpfreaks.com/topic/238934-auto-translate/#findComment-1228015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.