Using the translator service with arabic characters

Answered Using the translator service with arabic characters

Semua Balasan

  • 16 September 2011 18:56
    Pemilik
     
     Jawab

    Hi Kodo,

    the API expect the text in a URL-encoded UTF-8 string.

    Chris Wendt
    Microsoft Translator.

  • 19 September 2011 7:45
     
     

    Hi  Chris!

    Hmm, my "gut feeling" said something similar and I'm glad that you confirmed it;) So far I've just tested it through HTTP-requests through the web-browser. As soon as I get the time to make a quick C#-hack I'll let you know about my findings.

    Many thanks!
    /Peter

  • 19 September 2011 8:13
    Pemilik
     
     

    Peter,

    using C#, the SOAP interface is more appropriate for you. Just add http://api.microsofttranslator.com/v2/soap.svp as a web reference, and programming against the API is as easy as pie.

    Chris Wendt
    Microsoft Translator

  • 19 September 2011 8:16
     
     

    Good stuff Chris and thanks for the recommendation as this makes it waaaaaaaaaay easier to use it:)

    /Peter