Quote:
Originally Posted by audiofeel
@BLACKFIRE69.A question about the Google translator. Why does he add extra characters to the translation? and the translation differs from the result of an online translator?
Here is my code.
Code:
StatusLB.Text(GoogleTranslate('Welcome to Installation', 'en', 'ru'));
And that's what happens online (not a single mistake in meaning).
Добро пожаловать в установку.
And that's what happens through the function.
Добро пожаловать%20to%20Установка
And another question.... how do I get the language code where the installation is running?
|
the decoding issue was fixed, but it seems like the translated output is incorrect. this is out of my hands because it's up to Google's APIs. we'll see what we can do about it.
.