mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

[Feature request] Change language dynamically #760

Open fedeolto opened 8 months ago

fedeolto commented 8 months ago

What problem does this feature solve? I work on an application localised in italian and english and the users can choose the language from a menu. Is there a way to switch between two locales?

What does the proposed API look like? a property like: :locale="currentLocale"

props: { currentLocale: { type: String, required: true, default: 'en-US' },

fedeolto commented 8 months ago

Sorry I didn't saw the lang option, we can close this issue