Hello all!
I use Google Translate and got the following problem:
When I try to translate a phrase with (for example) quotes it causes
the following:
Request:
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=click%20%22send%22%20button&langpair=|de
Response:
{"responseData": {"translatedText":"Klicken Sie auf \u0026quot;Senden
\u0026quot;-Button","detectedSourceLanguage":"en"}, "responseDetails":
null, "responseStatus": 200}
How to convert \u0026quot; into a quote? I believe that there are huge
amount of characters which could be encoded like a quote (<, >, etc).
How to display the translated text on HTML page?
I use .Net framework 2.0 and as you maybe understand not an
experienced developer :)
Any help would be appreciated.
Thanks,
Max