[This is preliminary documentation and is subject to change.]

SOAP Translation

Demo ASPXCode-Behind
Enter some text for the language you want translated:
Results
Translating text is also avilable through Microsoft's Translator SOAP API, it is achieved through a SOAP call to the translate method. The language to translate to and from need to be included in as method parameters along with the text. In the example above you will see in the Code-Behind that the to and from languages have been hard coded as English to French, this can be set dynamically through your own culture code parameters.
Enter some text in the box above and click the 'Translate Text' button, and the translated text will be displayed. Click the Code-Behind tab above to see exactly how this is done in C#.