Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recently I got the chance to explore the Microsoft Translator API.
As per technet gallery, the API is written in C# using the public Microsoft Translator APIs and extended within SQL Server using a CLR stored procedure and a CLR user-defined function. It can be used to translate text between any of the currently 50 supported languages.
Read here to configure and use the API