79723548

Date: 2025-08-02 17:48:34
Score: 0.5
Natty:
Report link

For those using Expo, you should use getLocales() function:

const getDeviceLocale = () => {
    const locale = Localization.getLocales()[0]?.languageCode || 'en'
    return locale
}

It returns the prefered app languages in order from app settings on iOS.

Source: https://docs.expo.dev/versions/latest/sdk/localization/

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jstorm31