Loading...
 
Skip to main content

History: Google Website Translator

Source of version: 8 (current)

Copy to clipboard
            ! Google Website Translator

This is one of many ((Interoperability)) options.

This is similar but different than the ((Google Translate)) integration (which is a paid service)

See:
* https://translate.google.com/manager/website/
* https://support.google.com/translate/


You need to put two snippets of code in your site.

1- To prove that you control this site, add the meta google-translate-customization code (provided by Google) to tiki-admin.php?page=look -> Customization -> Custom HTML <head> Content

2- Since this will ask that you put some HTML/JavaScript on your site, you should use ((PluginHTML)) and makes sure to check "Must be wiki parsed" if you put in a ((Module)).

You need to tweak the code from Google slightly as explained here:
http://thread.gmane.org/gmane.comp.cms.tiki.devel/28553/focus=28559

{CODE(caption="Use PluginHTML like this")}{HTML()}<div id="google_translate_element"></div><script type="text/javascript">
...
</script>
{HTML}
{CODE}

Related
((Machine Translation))