Use Automator to get a translation service wherever it's needed.
The script used in this service is the following, just replace the "fr" to any language needed (en, jp, ....):
on run {input, parameters}
set adresse to "http://translate.google.com/?hl=auto&eotf=1&sl=auto&tl=fr&q=&... & input
end run
Link to this comment:
All Comments (0)