Vue.js translation & i18n tutorials
Translate your Vue.js application with vue-i18n — setup, JSON translation files and language switching at runtime.
We currently have these 4 tutorials tagged with vuejs:

Free tutorial: Set up Vue.js with vue-i18n. Translate your templates, create and edit JSON translation files, switch languages at runtime. Covers Vue 3.

Using vue.js single file components with <i18n> sections for your translations? Learn why you should not do that and what alternatives there are.

In this tutorial shows you how you can convert your vue-i18n project from using translations in vue files (single file components, sfc) to using JSON files.

Free tutorial: Translate your Vue.js (Version 2) application with vue-i18n. Learn how to organise your translations in .vue or .json files.