This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
[FEATURE] Dynamic Locale Handling with Default Fallback #10099
Labels
⭐ goal: addition
undefined
🚦 status: awaiting triage
Waiting for maintainers to verify (please do not start work on this yet)
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
Currently, a default locale (en-GB) is used, but it is possible to establish a locale based on the browser using
navigator.language
.Proposed Solution
Ensure the dynamic utilization of the
navigator.language
property for all instances where a locale is employed. In case thenavigator.language
returnsundefined
for any reason, fall back to the default locale (en-GB).Screenshots
No response
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response
The text was updated successfully, but these errors were encountered: