How do you make your vBulletin 5 forum available in different languages without using language packs? There is a way to allow people who do not have English (or the forum's default language) as their first language to read your forum by integrating it with Google Translate. The advantage of this over language packs is it translates all the textual content (including the posts) of your forum. But note that since Google is translating the content in real time on every page load, you will see a flash of the original content while it is being translated.
This mod adds a dropdown containing the available languages in Google Translate. The dropdown is displayed next to the username (or Edit Site if Admin).
Desktop:
β
Mobile:

CSS Customizations:
If the "Powered by Google Translate" is not readable due to dark background, you can fix it with this custom CSS:
To remove the lines/border to the sides of the Google Translate widget, add this custom CSS:
βPlease download the appropriate file for your forum below.
Google Translate by vBMods.rocks (self-hosted).zip
Google Translate by vBMods.rocks (vBCloud).zip
This mod adds a dropdown containing the available languages in Google Translate. The dropdown is displayed next to the username (or Edit Site if Admin).
Desktop:
Mobile:
CSS Customizations:
If the "Powered by Google Translate" is not readable due to dark background, you can fix it with this custom CSS:
Code:
.goog-te-gadget, .goog-logo-link { color: #fff !important; } .goog-logo-link img { padding-left: 3px; padding-right: 3px; background: rgba(255, 255, 255, .9); border-radius: 3px; }ββ
Code:
#google-translate-container { border: 0; }
βPlease download the appropriate file for your forum below.
Google Translate by vBMods.rocks (self-hosted).zip
Google Translate by vBMods.rocks (vBCloud).zip
Comment