You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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' },
The text was updated successfully, but these errors were encountered: