In X I used public_html/bustersvisionedu.org/wp-content/themes/x-child/framework/views/global/_navbar.php
Then I added in my Child:
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'ar,bg,bs,de,en,es,fr,hi,ja,no,pt,tl,vi,zh-TW', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
It worked great in X. However, it is a different file structure in PRO. Where would this go now?