Notifications
Clear all
Topic starter
Hi everyone, has anyone set up automatic language detection yet? I'm trying on this site https://www.classif24.com/ but it doesn't work
thank you
$locale = Locale::acceptFromHttp($_SERVER['HTTP_ACCEPT_LANGUAGE']);
echo str_replace('_', '-', $locale); // $locale; returns "en_US"
Posted : 20/04/2020 5:32 pm