Documentation

Translating an app or a game instead of a website? See the Apps SDK docs for Avalonia.

Quick start

  1. Create an account and a new project in the dashboard.
  2. Add the domains where Transable will run, for example example.com or *.example.com.
  3. Pick the target languages you want to support.
  4. Copy the install snippet and paste it into your site's <head>.

Install snippet

<script
  src="https://transable.to/api/v1/plugin/plugin.js"
  api-key="tk_live_xxx"
  data-position="bottom-right"></script>

Attributes

  • api-key - your project API key.
  • data-position - language switcher position: bottom-right, bottom-left, top-right, or top-left.

How it works

Add one line of code, and Transable automatically translates your website content into the languages enabled for your project.

Whole-page translation

When a visitor chooses a language, Transable parses the page and translates its marked visible text in one context-aware request while preserving the original HTML structure. Text added later is translated separately without reprocessing the page.

AI translation

Transable uses our own AI translation system trained on a huge amount of translation data, real usage statistics, and website context.