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

Excluding Elements

DemoASPX
Results
Through AJAX you can use the Microsoft Translator to exclude specific elements from translation. This is extremely helpful if you want to translate the majority of a page but keep one or two elements in your chosen language. Excluding an element from translation is achieved by adding 'translate="no"' to the element you do not want translated.
This exclusion of elements is demonstrated through the example below. Simply select the language you would like to translate to and click the Translate button. The result will be the first two paragraphs of this demo will be translated to your chosen language, while the third which has 'translate="no"' added to the element will remain in English.
For this example, this paragraph will remain in English. After trying the demo click on the ASPX tab above to see exactly how this has been accomplished in JavaScript.