-
Notifications
You must be signed in to change notification settings - Fork 4
Home
C# Wrapper for Yandex.Translate API
https://tech.yandex.com/translate
Project includes C# library with wrapper methods for Yandex.Translate API and Visual Studio unit tests for this library.
Requires .NET Framework 4.5 or higher. The library is based on HttpClient.
To run tests create key.txt in YandexTranslateCSharpSdkTests folder and put the key which you receive from Yandex here:
https://tech.yandex.com/keys/get/?service=trnsl
List of supported languages can be found here:
https://tech.yandex.com/translate/doc/dg/concepts/api-overview-docpage/
According to the Terms of Use for the Yandex.Translate service, the text “Powered by Yandex.Translate” must be shown above or below the translation result, with a clickable link to the page http://translate.yandex.com/.
https://tech.yandex.com/translate/doc/dg/concepts/design-requirements-docpage/