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

Detecting a Language

Demo ASPXCode-Behind
Enter some text for the language you want detected:
Results
Easily use the Microsoft Translator SOAP API to detect the language of specific text. The text is parsed to the Detect function which then returns the culture code (a two-letter abbreviation for the language) of the entered text.
Enter some text in the box above and click the 'Detect Language' button. The detected language represented by the culture code will then be displayed. Click the Code-Behind tab above to see exactly how this is done in C#.