I have looked at the samples and have been able to put together code that will pass the text I want translated to the Microsoft Translator API and return the translation back successfully where I wanted it. However, I have been unsuccessful at doing the whole page. Basically I want to do is what the Bing Widget does for translating a whole page with my code behind placing the attribution in a location that is desirable to our clients. I have received an exception approval from Microsoft as to the location.
The only way I see to do this at the moment using the API is to re-write code on the whole site to send each item that I wants translated to the API individually.
The reason for not using the widget is that the return from the translate method is undesirable to the page.
Is there a simple way to send the whole page and post the whole translated page back?
Any help would be appreciated.
Thanks