Skip to main content

Polyglot.js Language Translation

Overview

Provide a brief introduction to the plugin. Explain its purpose and functionality in simple terms. Example: "The Polyglot.js Language Translation plugin simplifies multilingual support for your Tadabase app by leveraging the Polyglot.js library. It allows you to translate text elements into multiple languages, enhancing accessibility and user experience for international users with automated translation and configurable language resources."

Use Cases

This plugin is ideal for applications that serve a global audience and require content translation to various languages, such as e-commerce platforms, educational websites, and any multilingual web applications.

Installing the plugin

Prerequisites:

  1. The page must have a all components
  2. Javascript must be enabled (applicable if your're on trial account)
  3. Create a JSON object with a word map of what you want to convert. Here's a sample to get started: 
{
  "en": {
    "translation": {
      "Name": "Namess",
      "Email": "Emailss"
    }
  },
  "es": {
    "translation": {
      "Name": "Nombre",
      "Email": "Correo electrónico"
    }
  }
}

Step-by-Step Installation:

  1. Navigate to the page with this all components, this can be a parent or child  page. 
  2. Click on the Plugins
  3. Find the Polyglot.js Language Translation plugin

    Removing the Plugin

    To remove the plugin, find the Javascript code that is surrounted with a comment for the plugin name and delete the code. Do the same for the CSS as well.