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 source translations
$ simplelocalize upload
# auto-translate strings
$ simplelocalize auto-translate
# download translated files
$ 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-translationSimpleLocalize integrates with your existing i18n library out of the box — no need to migrate, rewrite, or lock into a proprietary format.
Greet your customers
in their native language
See the latest news from our blog, including product updates, tutorials, and more.
Learn how to integrate OpenRouter with SimpleLocalize for enhanced auto-translation capabilities. Ai-powered localization made easy!
Learn how to manage translation file versioning using translation key tags in SimpleLocalize. Organize releases and track changes with a simple tagging workflow.
Learn how to translate PO and POT files easily with gettext for software localization. Step-by-step guide with examples, best practices, and tools like SimpleLocalize.
Skip manual edits. Learn how to auto-translate YAML files with SimpleLocalize using upload, batch MT, and CI/CD so every push ships with fresh translations.
Learn how to translate YAML files easily for app or website localization. Step-by-step guide with examples, best practices, and tools like SimpleLocalize.