small changes:
|
|
You could also do it easier to "change" current language by adding this var lang = "da"; and change unsafeWindow.google.language.translate(window.text,result.language,"en",translateResult) to unsafeWindow.google.language.translate(window.text,result.language,(lang),translateResult) :) |
|
|
thanks for your advice:), I will change the source code together with some other updates later |