# Introduction

i18next (opens new window) 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 v1.x, the Vue 2 version.

There is separate docs for the Vue 3 version (opens new window).