kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js

Home Page:https://kazupon.github.io/vue-i18n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom language resolver

aoleszek opened this issue · comments

Hello,

I am looking for a way to make my own language resolver.
I know there is detectBrowserLanguage option, but I would like to implement my own logic into this method.
Is it possible?

Thanks!