Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Google Translate

Hi, How can i add a google translate button to my site?
A button where you can chose your language and it will translate all text in forum.
thank you!
0
Comments
You can add it by modifying your theme's default.master.tpl file. This is located in
/themes/NameOfTheme/views/
.Get your code from Google. You will have to fill out the form. You should end up getting two snippets.
Place the meta snippet in your .tpl file right before the
</head>
tag. Then place the<div id="google_translate_element">
snippet where you want it to show up. I suggest putting it right before the{asset name="Panel"}
tag. Style it however you want using your theme's custom.css file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Try this one I use it and works very well. Just remove the space I added between the < > that I added so they would show here;
Ad this to your theme's default.master.php at the bottom below div id="Foot" or where you want it to appear
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
where can I get google translator?
@vrijvlinder![]()
This code doesn't work. I see just text "Translate Company" and when i click on it, I will be redirected to ".../#translate" but nothing changed.
Did you remove all the spaces I put in between the < > ?
Here is the link to get fresh code
http://translateth.is
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yes. I found now a nice source code with flags.
http://www.madtomatoe.com/google-translate-mini-flags-widget/
But how can I change the link? It's opening in a new tab. How can I open it in the same tab?
@DogHam I put the link in my original comment.
https://translate.google.com/manager/website/add
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I don't know how that works, the one I recommended uses google and ajax and it shows in the same page on a dropdown list . I used it on ten sites and people love it.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
The widget you linked, DogHam, requires the page to be reopened and is on google's servers (processing your page).
The method I outlined above will work as you want.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thank you very much. It's now working great!
What is ? mine or hgtonight ? lol
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Both of you. hgtonight sayid me how, you said me where and I get the code
Excellent teamwork ! * high-five's hgtonight *
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
/me highfives vrijvlinder
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.