I\'m trying to get multiple instances of Google Translation Drop Down to show up, but it seems it will only pick one to show up.
Full Page Code
So I know this is an old question but I just stumbled across it. The solution I came up with isn't pretty, but it works.
For context, I have my google translate code in a div with a class of, "gtr"
Using JS / jQuery
setTimeout(function(){
$('.gtr').clone().appendTo('.drawer .nav-util li.gt');
}, 3000);