Just starting out with VueJS and I'm venturing into creating a SAP website that supports multiple languages. The helper plugin Vue-I18n seems to be helping me out:
I've been following this example:
Everything is working fine, but I'm now wondering how I can make the language available across multiple components or pages. Is using a store like Vuex necessary for this?