SimpleLocalize offers a REST API for localization to keep your content in multiple languages and various ways to integrate it with your application.
Get your translations lightning fast with our CDN. We provide a simple way to host your translations and serve them safely to your users.
Get started with translation hosting{
"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"
}
}
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 strings
$ simplelocalize upload
# auto-translate strings
$ simplelocalize auto-translate
# download all translations
$ simplelocalize download
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-translationHave you already integrated i18n library? You can now connect SimpleLocalize without doing much changes in the application code. We don't bound you with our own 'yet another i18n library'.
Greet your customers
in their native language
Stay up to date with the latest news
Create a SimpleLocalize integration for your custom translation tool. Learn the best practices and tips for building a custom integration that works seamlessly with SimpleLocalize.
The new SimpleLocalize IntelliJ IDEA lets you manage translations directly in the editor. Explore key features and installation instructions.
Recover lost translations in SimpleLocalize with manual backups, automatic snapshots, uploaded files, or by using Translation Hosting files.
Learn how to keep translation keys in order in your localization files and why it matters. Explore sorting options and the use case of random order.
The tofu symbol, a blank box in typography, appears when fonts can't display a character. Learn more about Tofu and how to avoid it in your software.