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:
- The page must have a all components
- Javascript must be enabled (applicable if your're on trial account)
- 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:
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.
We'd love to hear your feedback.