You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since setlocale($category, $locale) only works if $locale has country code (xx_XX), an Accept-Language without contry code won't load expected language.
Since
setlocale($category, $locale)only works if$localehas country code (xx_XX), an Accept-Language without contry code won't load expected language.For example, an Accept-Language header like this:
Will load German when Spanish is expected.