Build your NextJS application multilingual with next-translate plugin.
Save time on managing and translating localization files.
Next-translate is a great choice for managing your translations in your NextJS application. It is easy to configure and use, even for beginners. It supports basic internationalization (i18n) like plurals or Trans component (to use HTML inside translated text), loads only necessary translations which extremely saves your app memory, and it doesn't take a lot of storage.
Next-translate is a great choice for managing your translations in your NextJS application. Check how to install it and integrate with SimpleLocalize software.
Continue readingBoth libraries are built specially for NextJS. next-i18next is an extension of base i18next plugin which allows you to localize many different frameworks and languages. next-translate has been built by Aral Roca Gomez especially for NextJS framework and it integrates very well with NextJS i18n API.
Localize your NextJS app with next-i18next framework. Manage and synchronize localization files with ease. Add new languages in your application.
Continue readingInstall SimpleLocalize CLI or download it manually.
$ curl -s https://get.simplelocalize.io/2.2/install | bash
Upload your translation files
$ simplelocalize upload \
--apiKey YOUR_PROJECT_API_KEY \
--uploadFormat single-language-json \
--uploadPath ./locales/{lang}/{ns}.json
After adding new languages or changing translation strings, you can download translation files again to your project files.
$ simplelocalize download \
--apiKey YOUR_PROJECT_API_KEY \
--uploadFormat single-language-json \
--uploadPath ./locales/{lang}/{ns}.json
Need help? See our documentation page.
Have 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'.
Browse integrationsCheck out our latest blog posts and stay up to date with SimpleLocalize
This is a practical compilation of resources for country flags, which can benefit both designers and developers.
Continue readingLearn how to create a language selector for your website easily using Tailwind CSS. Follow our step-by-step guide for seamless localization.
Continue readingLearn our tips for using SimpleLocalize. Take advantage of the i18n editor's capabilities, automate the translation process and localize your software.
Continue readingICU message format is the most widely used format for Unicode strings. Learn more about ICU message formatting and syntax for plurals, numbers, dates and time and more.
Continue reading