vuejs picnic table How to use the i18n module - Nordes/HoNoSoFt.DotNet.Web.Spa.ProjectTemplates GitHub Wiki
The module in itself is not built by this component. All the details regarding the component can be found on the official site : https://kazupon.github.io/vue-i18n/guide/started.html.
The technique using the lazy translation have been used. This mean, that only the language file required are being loaded at runtime. It avoid downloading all the language while the user might never use more than 1 or maybe 2.
(... to be completed ...)