var fDesc=new Array(); fDesc[0] = "QTranslate is a free translator for Windows (Windows 8/7/Vista/XP/2008 Server/2003 Server). With this small utility, you simply select the text you want to translate and then press hot key (Ctrl+Q to show translation in the popup window or Double Ctrl click to show the translation in the main window). The program also has the ability to speak text (Ctrl+E) and perform a dictionary search (Ctrl+W). Also, you can open the main window and type text manually.

Note! The program translates a text by using online translation services, so you need an Internet connection.

The current version supports the following translation services:

Google Translate
Microsoft Translator
Promt
Babylon
SDL FreeTranslation.com
Яндекс перевод

The program has two modes of translation by mouse selection (click on the program icon in the system tray to turn this mode on):

Show icon (Select text in any program, the program icon will appear near the cursor. Click on the icon, the popup window with the translation of the selected text will appear);
Show translation (Select text in any program and the popup window with the translation of the selected text will appear immediately)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }