jaonhtna
05-14-2010, 03:40 PM
Hello,
I have a simple question for you, but a very difficult for me.
I want to integrate the code of google auto translator:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'bg'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
into the iFrame:
<p align="center"><iframe height="1200" width="600" src="http://www.40019.sr-linkagent.de/ferienhaus" align="middle" border="0"></iframe></p>
When i'm compiling the codes together, i'm getting auto translating in the web page (menu, text, buttons), but not in the iframe.
Can anyone help me?
Thank you in advanced!
I have a simple question for you, but a very difficult for me.
I want to integrate the code of google auto translator:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'bg'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
into the iFrame:
<p align="center"><iframe height="1200" width="600" src="http://www.40019.sr-linkagent.de/ferienhaus" align="middle" border="0"></iframe></p>
When i'm compiling the codes together, i'm getting auto translating in the web page (menu, text, buttons), but not in the iframe.
Can anyone help me?
Thank you in advanced!