Hello I've noticed that www.open-classifieds.com works with a translator.
Is it possible to use this one in OC? I've tried with the translator from Google but it's rather slowly look at http://www.stampsonweb/collectors
Greetings
Support, Development, Scripts, Source Code
Hello I've noticed that www.open-classifieds.com works with a translator.
Is it possible to use this one in OC? I've tried with the translator from Google but it's rather slowly look at http://www.stampsonweb/collectors
Greetings
No OC is not multi lingual. You can make easily to change between languages as I do between themes, but the categories would be not translated :(
O-C.com works with WP and a WPML extension.
Hello, I found a better piece of code from google. Works fast!
www.stampsonweb.nl/collectors
Copy - Paste in header.php
<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>
Is the one I do use in neo22s.com, is the best way ;)