Message # 1 | 10:59 AM
DISCLAIMER:
This code is from Google Translate. I just shared it here in case the users don't know it yet.
You can generate your own customized one at http://translate.google.com/translate_tools but this is the most common usage of the code as it is compact and could easily fit any website design or theme.

Code
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
     new google.translate.TranslateElement({
       pageLanguage: 'en',
       autoDisplay: false,
       layout: google.translate.TranslateElement.InlineLayout.SIMPLE
     }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

Place the above code anywhere on your site that you wish the translation drop-down to appear. Once implemented, it will look like the one on my screenshot below.


"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.


Post edited by CreativeCollusions - Wednesday, 2011-01-05, 8:33 PM