Internationalization with vue-i18n
🚧 NOTICE: You are watching a Vue.js 2 lesson

Changing Locale

It is important that users are able to change the language on our website when we support multiple languages.

In this lesson, we'll learn how to change the locale programmatically and from the user interface.