(02-24-2024, 04:55 PM)kenjis Wrote: Ah, you want to get the default locale set in Config\App even if content negotiation is done.
PHP Code:
config('App')->defaultLocale;
$this->request->getDefaultLocale();
Yes, this is what I wanted let me update the code I will use the second statement i.e. get it from the request.