Back to Integrations

i18next

LOCALIZATION FRAMEWORK

Official Plugin
Overview

i18next localization framework integration. Seamlessly integrate with your existing i18next setup. Perfect for React, Vue, Angular, and vanilla JavaScript.

Features
  • Full i18next compatibility
  • Namespace support
  • Interpolation support
  • Pluralization
  • Context support
  • Backend plugins
Example
import i18next from 'i18next';

i18next.init({
  lng: 'en',
  resources: {
    en: {
      translation: {
        welcome: 'Welcome'
      }
    }
  }
});

console.log(i18next.t('welcome'));
Details

Category

frameworks

Tags

CLI
File upload
JSON

Status

Available

Ready to Get Started?

Start using i18next integration today

i18next Integration | Localjsons