AZJIO Posted September 10, 2012 Posted September 10, 2012 (edited) Help to maketranslate.google.com/translate_a/t?client=p&sl=ru&tl=en text=hello%20worldUsed INET.au3Made as in an example below... But I in it don't understand, it doesn't work.$Header = "Content-Type: application/x-www-form-urlencoded" $Host = "translate.google.com" $File = "/translate_a/t?client=p&sl=ru&tl=en" $URL = "http://" & $Host & $File $PostData = "text=hello%20world"The idea is to get the text without restriction on the length of the string Edited September 10, 2012 by AZJIO My other projects or all
stormbreaker Posted September 10, 2012 Posted September 10, 2012 I believe you are in need of making a translator. Something like: ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now