To force language when using vue-i18n
in Typescript, you need to create a new instance of VueI18n
while providing the language you want to force as follows:
index.ts397 chars20 lines
This will instantiate the VueI18n
instance with the language fr
and provide it to your Vue application's options via the i18n
property.
gistlibby LogSnag