Microsoft Translator
Only this week, I learned about the Microsoft Translator and the SOAP interface that it offers for application developers.
To test it out, I have added a button to the Translation Memory dialog, to translate texts online with the Microsoft Translator. This is immediately available in version 4.65 beta.
To my knowledge, other similar services (Google, Babel Fish) do not offer a web service interface. If anybody knows differently, I would be interested to know.
I am now thinking about how to make use of the Microsoft Translator in the Add-In. It would be possible to use it to translate a complete project (although this might be quite slow), but I am not sure that this is a good idea. It would be very easy to fill up a project with poor quality translations.
In fact, I am toying with the idea of defining an attribute for each translation, to indicate how it was entered, e.g.
- global database
- microsoft translator
- spreadsheet import
- entered directly
and indicating this with the background colour in the cells.
By the way, I am still not quite sure whether this usage is entirely compliant with the API terms of use. I will have to investigate this a bit more.
Phil