Multilingual (i18n)
The Eagle plugin comes with a built-in i18next module, allowing developers to easily create multilingual plugins. i18next is a JavaScript internationalization library that makes translation and locali
Step 1: Create the _locales folder
_locales folder
Step 2: Create language .json files
.json files
Step 3: Adjust manifest.json
manifest.jsonStep 4: Replace strings used in the code
Step 5: Switch application language and check the modification results



Learn Advanced Usage
Last updated