Determine the preferred locale of the current browser.
The first language from navigator.languages, or navigator.language if languages is not available.
navigator.languages
navigator.language
languages
const locale = getLocale() Copy
const locale = getLocale()
Determine the preferred locale of the current browser.