This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[FEATURE] Dynamic Locale Handling with Default Fallback #10099
Open
Description
Is this a unique feature?
- I have checked "open" AND "closed" issues and this is not a duplicate
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 the navigator.language
returns undefined
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