A good morning,
I'd like to add the following google translate codes to my website:
Google states: Copy and paste the following code snippets onto every page you want to translate
Place this meta tag before the closing </head>
<meta name="google-translate-customization" content="d9ca985f1f4914af-ba2cff8f281e9034-g5e2983121a63bbb1-b"></meta>
and
Place this snippet where you'd like to display the Website Translator plugin on your page
<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'nl', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
I'd like to know where exactly to place the above mentioned codes. (I'm using Propulsion)
Thank you in ad,
Khoel














