V
V
Valeria2022-04-10 15:53:51
C++ / C#
Valeria, 2022-04-10 15:53:51

Are there any libraries with which you can translate a string from English to Russian?

let's say I have some library so that I can do something like this:
string word = "Hello";

EngToRus(word)
Console.WriteLine(word);

and the output in the console received "hello"?
Or is it necessary to create it yourself with the help of dictionaries?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
freeExec, 2022-04-10
Lyulina @valeryalastor

1. Own translation dictionary
2. Own translation neural network
3. OK Google, translate for me ...

O
oleg_ods, 2022-04-10
@oleg_ods

You can use third party translation APIs like Google .
Also, if you search, there are many free analogues, but alas, most often, their quality is very deplorable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question