I am developing an application that translates English text into Hindi using Microsoft Translation Service. I am using TextBlock control to display translation results.
The translated text in Hindi character sequence is incorrect. For instance the Translation for a word 'heart' is ' दिल ' However the character sequence is incorrect and it is displayed as ' translation for word 'Heart' into Hindi
I am unable to figure out the problem. Thanks in advance.