How to translate a post?
3 posters
Page 1 of 1
How to translate a post?
Does anyone know how you might be able to translate a post without going on Google translate or any translators. Let's say you are a member who can't speak English well is there any code that can make a member have the option to translate the post from their language to English without having to go to another page.
Thanks for helping
Thanks for helping
Re: How to translate a post?
Hello !!
A little script found on french support forum
Mettre son forum dans plusieurs langues
On click, it adds a "toolbar" which can enable translating of whole page in any language you wish.
A little script found on french support forum
Mettre son forum dans plusieurs langues
On click, it adds a "toolbar" which can enable translating of whole page in any language you wish.
Re: How to translate a post?
Hello bladeskull@,
As Neptune- has mentioned,
Add this to :
Administration panel > modules > javascript codes management > create a new script
title : google translate
placement : in all the pages
This will translate posts.
As Neptune- has mentioned,
Add this to :
Administration panel > modules > javascript codes management > create a new script
title : google translate
placement : in all the pages
- Code:
function gT() {
new google.translate.TranslateElement({pageLanguage:"en",multilanguagePage:!0,floatPosition:google.translate.TranslateElement.FloatPosition.BOTTOM_RIGHT})
};
$.getScript("http://translate.google.com/translate_a/element.js?cb=gT");
This will translate posts.
Similar topics
» help with google translate, please..
» Translate this to BBCode
» Statistics translate?
» Best way to translate your forum?
» Is it possible to translate 1 button
» Translate this to BBCode
» Statistics translate?
» Best way to translate your forum?
» Is it possible to translate 1 button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum