With SimpleLocalize you can localize, auto-translate and manage translations
in your React application. No more manual work with JSON files.
$ simplelocalize upload \
--apiKey YOU_API_KEY \
--uploadFormat single-language-json \
--uploadPath ./messages_{lang}.json
Get your JSON file with translation keys or translations and upload it.
Your data will show up in a translation editor which can be handed over to translators or other team members.
{
"en": {
"CREATE_ACCOUNT": "Create account",
"SIGN_IN": "Sign in",
"WELCOME_TO_THE_JUNGLE" : "Welcome to the jungle"
},
"es": {
"CREATE_ACCOUNT": "Crear cuenta",
"SIGN_IN": "Iniciar",
"WELCOME_TO_THE_JUNGLE": "Bienvenido a la jungla"
}
}
Fetch translations directly from the CDN or download them using our command-line application.
Management of JSON localization files directly in IDE might be a bit tricky.
Try SimpleLocalize editor which allows you to manage translations in a more user-friendly way.
Translate your application into multiple languages with just a few clicks. Choose from OpenAI ChatGPT, Google Translate or DeepL translation providers to translate your texts. Adding support for new languages has never been easier.
Learn more about auto-translationInvite team members to the project. Work together with native speakers from all around the world on your app translations. Share your project with your team and manage translations in one place.
With SimpleLocalize CLI you can manage your translations from the terminal. It's a powerful tool that helps you to automate the translation process in your project. You can easily synchronize translation files between you local project and SimpleLocalize Translation Editor, start auto-translation or publish changes to the production environment.
CLI documentation# upload source translations
$ simplelocalize upload
# auto-translate strings
$ simplelocalize auto-translate
# download translated files
$ simplelocalize download
Engage your community in the translation process with public suggestions. Let users propose improvements directly, helping you refine translations and build engagement. Enable public suggestions for your project, share the link, and start collecting input.
Learn how to collect translation suggestionsMost translation editors are overkill for most teams. SimpleLocalize is easy
to use and understand with no training or prior experience.
SimpleLocalize is easy to get started with and focuses on the features that you and your client need the most. You can customize the editor to your needs choosing from a variety of translation editor options.
No hidden costs at any scale. SimpleLocalize offers a simple and affordable plans for you and your projects. Within easy integration options and intuitive translation editor, it creates a wonderful selection.
Every paid plan comes with a number of users you can add to your project. You don't need to worry about number of users as the price does not increase with every user.
Every paid plan comes with auto-translation characters that you receive every month. Use them to translate your project without any additional costs, or increase the limit at any time when you need more.
SimpleLocalize gives developers the tools they need to automate and integrate localization into any workflow, such as CLI tool, REST API, VS Code extension, IntelliJ plugin, Figma integration, and more.
From “how do I get started” to “I need XYZ” requests, when you need that extra helping hand, we’re here for you. We are here to make sure you get the most out of SimpleLocalize.
Greet your customers
in their native language
Read more about React localization on our blog
Learn how to localize your React app using i18next and react-i18next. This step-by-step guide will show you each step of React app internationalization from scratch.
Create a multi-language GatsbyJS website with a few simple steps. A multi-language website is a great way for your company to reach a wider audience.
Best i18n libraries for React web, React Native, Expo and all other React apps. Check how react localization should look like.
FormatJS - add more languages to your React app. Zero configuration required. Simple setup with 2-minute guide.
How to localize ReactJS application with i18next internationalization library. Learn how to manage localization in software project