![]() |
setLocale() doesn't change the language set by browser - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: setLocale() doesn't change the language set by browser (/showthread.php?tid=76017) Pages:
1
2
|
RE: setLocale() doesn't change the language set by browser - jcarvalho - 07-29-2024 in the BaseController I did this: PHP Code: public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger) in app/config/Lang.pgp PHP Code: <?php |