Hooks
useBrowserLanguage

Import this in your client-side component

MyComponent.tsx
import { useBrowserLanguage } from "react-amazing-hooks";

API

ApiDescriptionTypeReturn TypeExample
useBrowserLanguageA hook to get the user's browser language, with options for formatting.TextFormatstring'lowercase'

Check the TextFormat in the 'Types' tab.