I am trying to change the language of the outputted date from date()
in CodeIgniter.
I have put all the required files in application/language/swedish/*
and tried setting the variable $config['language'] = 'swedish';
. However date('F', strtotime('2017-07-01'));
still outputs July
and not Juli
.