Anybody that is interested in implementing Google translate, it's as easy as copy and paste.
Copy this:
<!--Translator box-->
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="
http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!--Translator box end-->
and open inner_index.htm in text mode, paste the code anywhere you want it shown.
ie. I put the Google translator above news, so look for <!--End Login Box--> and paste the code below it.
Demo:
http://www.mygamebirds.comEnjoy!! Since most of the visitors are international, it makes perfect sense to read it in their own language.
I'm in desperate need of a Forum Bridge, anybody know any?