Blog
Product updates, guides, and customer stories.
How to internationalize an Astro site with Locize
Step-by-step ✅ Astro 6 localization using built-in i18n routing + Locize as the translation backend — build-time JSON sync via locize-cli, the build-it-yourself t() recipe, and where framework islands fit when you need live updates or in-context editing.
How to internationalize a Nuxt 4 app with @nuxtjs/i18n and Locize
Step-by-step ✅ Nuxt 4 localization with @nuxtjs/i18n, vue-i18n, and Locize — including build-time translation sync via locize-cli, optional client-side saveMissing, and the Locize InContext editor.
How to internationalize a React Router v7 app with remix-i18next
Step-by-step ✅ React Router v7 (framework mode) localization with i18next, remix-i18next 7.x, and Locize — including SSR-friendly language detection, in-context editing, and saveMissing.
In-context translation editor: how it works and how the major TMS platforms compare
An in-context translation editor (ICE) lets translators edit strings directly on a live website or app. Four architectural patterns exist: SDK / script injection, proxy-based, browser extension, and iframe embed. This guide compares how Locize, Lokalise, Crowdin, Phrase, SimpleLocalize, Tolgee, Localazy, and Transifex approach in-context editing, and which pattern fits which use case.
MessageFormat 2 in i18next: state of the migration (May 2026)
MessageFormat 2 (MF2) is the new Unicode standard for localized messages, final candidate since March 2025. But adoption is still early: the i18next-mf2 plugin gets 6 weekly npm downloads vs 355,000 for the underlying messageformat library. Here is what MF2 actually changes, why adoption is slow, and what to do today.
GuidesWhat is Locize? Continuous Localization in One Page
Locize is a continuous localization platform built by the creators of i18next: connect your app, translate with AI, route through review, deliver via CDN, no redeploys needed. This page covers the entire product in a single read.
GuidesWhat is i18n? (The 2026 Edition)
Internationalization (i18n) is the architectural process of building software that can be adapted to different languages and regions without engineering changes. This 2026 guide covers modern i18n in the era of AI and server rendering.
GuidesTop Translation and Localization Companies (2026): How to Choose One
A translation and localization company adapts your content for foreign markets: language, culture, legal context, currencies, and user experience. This 2026 guide ranks the top providers with real review data and explains how to choose one.
i18next in Production: Managing Translations at Scale
What changes when your i18next project grows from a prototype to a production app with 10 languages, multiple teams, and thousands of translation keys. Practical patterns for scaling.