Use browser locale when locale is not explicitly set #799
Labels
📆 calendar
📈 enhancement
🕐 time-picker
severity: low
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
When a locale is not explicitly set our components use the "en" locale, rather than checking for the browser locale and using it instead of the "en" one
Steps to reproduce
Result
"en" locale is used whenever the developer has not set a locale explicitly
Expected result
If no locale is set, the control should try to use the browser locale and only if this fails for some reason the locale should be set to "en"
The text was updated successfully, but these errors were encountered: