Use Microsoft Translator APIs & SQL CLR for language translation in SQL Server
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