Language translation on a tooltip

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
paik1002
Posts: 355
Joined: 28 Nov 2015, 02:45

Language translation on a tooltip

02 Apr 2017, 21:22

I am using the UNICODE version of AHK,
and would like the translate text from english to some other language(e.g. asian),
thereby showing the result using a tooltip indicator.

For example:

Code: Select all

;
; open a browser (IE) and translate from english to italian (should support asian languages) using google translate
;
^+!F12::
{
	Send ^c								; copy text to be translated
	ClipWait
	Run http://translate.google.com/#en/it/%clipboard%		; would like to replace this with a tooltip-based translation function
	Return
}
Is there a way to show the translation result directly on a tooltip, instead of going through the process of launching the browser, etc.?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], pond_pop and 194 guests