<div dir="ltr"><div>Dear Cafe,<br><br></div>I needed to translate text in my Haskell code and Microsoft Translator[2] seems to be the easiest and cheapest (free 2M chars/month) way to do it. I wrapped my code in this package[1]. <br><br>I tried to make it easy to use. If you plan to use Microsoft Translator in Haskell but don't want to use my package, I still recommend you look at my source code since the documentation in Microsoft's page appears to be incorrect (I had to see the source code of the Python package to get it to work).<br clear="all"><div><div><div><br></div><div>In any case, it is very easy to use:<br><br></div><div>> translate "clientId" "clientSecret" "hello" English German <br></div><div>Right "hallo"<br><br></div><div>It is in an early stage and I haven't added most of the languages supported by Microsoft Translator. Pull requests are welcome :)<br></div><div><br></div><div>Best Regards,<br><br></div><div>Ernesto Rodriguez<br><br>[1] <a href="http://hackage.haskell.org/package/MicrosoftTranslator-0.1.0.1">http://hackage.haskell.org/package/MicrosoftTranslator-0.1.0.1</a><br></div><div>[2] <a href="https://www.microsoft.com/en-us/translator/default.aspx">https://www.microsoft.com/en-us/translator/default.aspx</a><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Ernesto Rodriguez<br></div><div><br></div><div>Masters Student</div><div>Computer Science</div><div>Utrecht University</div><div><br></div><div><a href="http://www.netowork.me" target="_blank">www.netowork.me</a></div><div><a href="http://github.com/netogallo" target="_blank">github.com/netogallo</a></div><div><br></div><div><br></div></div></div>
</div></div></div></div>