How to define a default language?
Closed this issue · 1 comments
kirschkern commented
How can I set a default language that will be used when starting my app? In your source I see such an option but don't know how to define it.
Please provide it in your "Setup" description.
Thanks for the plugin!
ajay-code commented
you can define it in options as:
Vue.use(Lang, {
default : 'en'
});