Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.
Anna Novikova edited this page Jun 16, 2016 · 8 revisions

YandexTranslateCSharpSdk

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/

Clone this wiki locally