Hey I searched code on autoit forum and modify it according to my needs and try to translate text from Russian to English in return I'm getting error such as "Error 411 (Length Required)!!1"
Both my autoit codes and error I got are given below, please help me to solve this issue, Thanks
Autoit codes to translate text form Russian to English;
#include <urlencode.au3>
$File1 = @ScriptDir & "\russian_text.txt"
$txt = FileRead($File1)
; Try to convert line breaks with .....so final URL looks simpler
$txt = StringReplace($txt, @CRLF, '...........')
$t