Jump to content

Multilanguage site


yacenty

Recommended Posts

Posted

Hello
Do You have any plans to prepare multilanguage version of IPB?
I'd like to see such feature to have a possibility to translate on the fly post comments and so, and maybe user could correct these entries.
If user selects english then whole site is in english, if selects polish, whole site is in polish, if german, then german and so on

Posted

You can install as many languages as you desire. You can find this feature in ACP > Manage languages.

For posts, I have in my forum Google Translate. I bring this tool in every page of the forum and everything is translated to the language you want with 2 clicks. Fast, simple and easy to install.

Posted

Easy, I use the advantage of Ad code integration in System Settings. I add this code in Global settings >> Footer code. You can put it wherever you need. I placed it in this section because I need it in the whole site and I don't use footer code.

<script>

function googleTranslateElementInit() {

  new google.translate.TranslateElement({

    pageLanguage: 'es',

    floatPosition: google.translate.TranslateElement.FloatPosition.TOP_RIGHT

  });

}

</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...