Other JavaScript frameworks
- NextJS localization — step by step tutorial covering NextJS localization process with NextGlobeGen.
- Build a smooth translation pipeline with Lokalise and Vercel — in this guide, we’ll wire up a Next.js project on Vercel. It'll load translation files on demand from Supabase, and automate the entire upload/download cycle via Lokalise webhooks and Vercel serverless functions.
- Nuxt i18n — tutorial explaining how to translate your Nuxt app into multiple locales.
- Svelte i18n: A step-by-step guide — this is a complete tutorial covering Svelte internationalization and localization processes. It explains how to prepare your Svelte application for i18n, store translations and load them dynamically, detect user language, introduce localization, and more.
- EmberJS i18n: A beginner’s guide — this tutorial covers the basics of EmberJS internationalization. You will see how to create translation files, perform language switching, and add pluralization support among other things.
- Translating Aurelia applications with Aurelia i18n — learn how to easily translate your Aurelia app with a I18n module.
Updated 13 days ago
What’s Next