Website Translator
Quickly scale up from one language to a dozen!
No coding, manual translation, or duplicated webpages! Simply select the target languages and Website Translator will instantly translate the content. For quality control, you can review and edit translations with a visual editor.
Usage
Include a reference to the Website Translator
<script src="/dist/widget.js"></script>
Integrate using the default language selector
Default language selector can be displayed as a dropdown or a list of buttons that can be styled by css to further match your style. It will load the available languages automatically and start translation on making a selection.
<html lang="en">
<head>
<script src="/dist/widget.js"></script>
</head>
<body>
<div class="website-translator"></div>
<p>This will be translated</p>
<p translate="no">This will not be translated</p>
<p lang='ja'>これを訳して</p>
</body>
<footer>
<script>
WebsiteTranslator.Options.api.clientId = "XXXXXXXXXXX";
WebsiteTranslator.Options.api.url = "https://example.com"
WebsiteTranslator.Options.ui.toolbarPosition = "top";
WebsiteTranslator.Options.ui.layout = "menu";
WebsiteTranslator.Options.ui.translate = "target";
WebsiteTranslator.Initialize()
</script>
</footer>
</html>
Browser support
Edge | Firefox | Chrome | Safari | Opera |
---|
14+ | 52+ | 51+ | 10+ | 38+ |
Edge Legacy and Internet Explorer browsers are not supported.