//--------------------------------------------------------------------------- Translator Boomerang, (c) 2004-2007 by DonationCoder.com //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Usage: Just type in a sentence or paragram in *english* and hit the translate button. The program will use the google.com web translation engine to translate your english text to a foreign language, and then back into english. Use the language combo box to select the intermediate language(s); save your favorites from the File menu. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Installation: You can run the setup.exe to install the program into your Program Files directory and start menu, with an uninstaller, or you can just run the program directly without installing. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Version History: v1.05.01 - May 16, 2008 + Feature - Added many more languages from google translation service. - Alphabetized languages - Now saves+restores last text input - Added option to reverse order of translation (last lang to first) - Added updater support (check Help menu) v1.04.01 - May 21, 2007 * Bugfix - Updated for new google results format which broke previous ver. v1.03.01 - Nov. 4, 2006 * Bugfix - Updated for new google results format which broke previous ver. * Bugfix - Was previously chopping off last letter when html chars found. + Minor Feature - Improved display of results (shows original text) + Minor Feature - Improved form text reminds user to type in english v1.02.01 - May 4, 2006 Updated for new google translation changes which broke previous version. Added cancellation button. Added support for special html characters that were truncating some translations(!). Added support for Arabic, Korean, Japanese. Added full configuration of language combinations. Added full customization of loopcounts and step reporting. Added pause interval option to avoid google rejections. v1.00.01 - 2004 - First public release //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Related Work: http://www.tashian.com/multibabel/ //---------------------------------------------------------------------------