vue2-datepicker icon indicating copy to clipboard operation
vue2-datepicker copied to clipboard

[Feature request] Change language dynamically

Open fedeolto opened this issue 1 year ago • 1 comments

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 avatar Jan 30 '24 19:01 fedeolto

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

fedeolto avatar Feb 02 '24 17:02 fedeolto