I'm assuming google translate will work with out the extra lang packs. Using a drop down menu through the script may not work because you only have english installed as default.
This may work I've not tried it yet.
With this free Google code you can translate your website into many languages, with no work.
Requirements: You must have access to your web page and be able to upload a new version.
Code:
Put this code anywhere within your HTML body tag:
- Code: Select all
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
I don't see a drop down box in the above script. so I'm guessing this is for a single lang only.
Or try:
https://translate.google.com/manager/we ... uggestionsYou can also google something better. I just posted this for you real quick.