vue2-datepicker
vue2-datepicker copied to clipboard
[Feature request] Change language dynamically
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' },
Sorry I didn't saw the lang
option, we can close this issue