**Problem: **
- The result must be a working translator - offline.
We need http API (self-hosted) similar to Google Translate.
I found a few options:
- Install Microsoft Translator on Windows, download dictionaries, and somehow through http transfer requests for translation there
- Apertium, this option is closer to reality, but it’s not clear how to set everything up ...
- Apache Joshua
- Promt, it is perfect but it is very expensive
- Install Android on PC, and there is already Google Translate, but again there will be a question of sending http requests
**Todo: **
- We need to translate whole sentences, not just individual words.
Maybe there is some kind of command line utility.
Or maybe there is something for linux.
Which of the above options is better to look for more information?