Vue I18n Integration
This guide explains how to use vue-i18n for internationalization in your FormKit PrimeVue project.
Installation
If you are using Nuxt, the i18n module can be installed automatically by the FormKit PrimeVue Nuxt module. For manual installation in a Vue project:
bash
npm install vue-i18n
Nuxt Integration
If you use the Nuxt module, i18n is auto-installed and configured. You can add your translations in the /locales
directory.
INFO
Note: Internationalization (i18n) is only required for Output components in FormKit PrimeVue. Input components do not require i18n integration.