8 ms·
Vue I18n is a powerful internationalization plugin for Vue.js. Just by setting translation keys and adding this snippet: import { useI18n } from 'vue-i18n' con
by tsuyoshi_k 1y ago
Vue I18n is a powerful internationalization plugin for Vue.js.
Just by setting translation keys and adding this snippet:
import { useI18n } from 'vue-i18n'
const { locale } = useI18n()
you can switch languages easily in your app.