Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Translate iframe workaround

Tags:

I'm using Google Translate tools to translate a web page and I also have an iframe on this page, that is not obviously translated with the page.

Is there a workaround, that any of you know, so I can have the iframe translated as well?

like image 676
Jack Johnson Avatar asked Apr 08 '14 12:04

Jack Johnson


1 Answers

This is a genuine limitation or policy of Google Translate. You can't rewrite iframe content. But one thing you can do is change iframe url to translated page like:

<iframe height="1200" width="600" src="http://translate.google.com/translate?hl=bg&ie=UTF-8&u=YOUR_IFRAME_URL&sl=de&tl=bg" align="middle" border="0"> 
like image 168
XIMRX Avatar answered Sep 20 '22 17:09

XIMRX