placing the google translator plugin code

Hi,

This is a great theme.
I am having an issue, i want to place the Google Website Translator plugin on my home page in the top left section where the mail us and phone option are there. Can anybody tell me where to put the code to achieve the same…
Thank You in advance…!!!
Looking forward for the help.

There is no section for this theme but to place code in somewhere in the website’s header you should edit header.php and add shortcode there by using function like this

<?php echo do_shortcode('[gallery]'); ?>

Of course you need to use your own shortcode as this is just for demonstration.