valterlorran/vuejs-localization

How to define a default language?

Closed this issue · 1 comments

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!

you can define it in options as:

Vue.use(Lang, {
	default : 'en'
});