Hi, how does your control differ from the Google Translate widget? Currently we are using this in our Layout.Master:
<div id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
You can see how this works at our main site. Do you have a sample site where we can see your translation widget in action?
Thanks,
Jamie