I am trying to figure out how and where to put Google Translate Element. I mean I'd really appreciate if somebody could tell me the name of the file where I can insert the following code:
Code: Select all
<!-- Google Translate Element -->
<div id="google_translate_element" style="display:block"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: "af"}, "google_translate_element");
};</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>