Skip to content

Introduction

i18next goes beyond just providing the standard i18n features such as plurals, context, interpolation, format. It provides you with a complete solution to localize your product from web to mobile and desktop.

i18next-vue brings Vue support for i18next and provides:

  • Component based localization
  • Lazy loading namespaces
  • Namespaced translation for components

Let's Get Started!

Note

This documentation is for i18next-vue v2.x and up, the Vue 3 versions.

There is separate documentation for the Vue 2 version.