I have just registered as a new user and this is my first post - excuse me if I missunderstood something, but:
I followed the instructions at User Guide for the Calendaring Class and also for the Language Class.
I have inserted successfully a new language and when I tried the Calendar Class, but using my translation, all fields are translated but NOT the first day of the week: Sunday.
I used:
this->lang->load('calendar','portuguese');
$this->load->library('calendar');
$prefs = array (
'show_next_prev' => TRUE,'next_prev_url' => 'http://www.your-site.com/index.php/calendar/show/');
$this->calendar->initialize($prefs);
echo $this->calendar->generate($this->uri->segment(3), $this->uri->segment(4));
And is displayed: Su S T Q Q S S when should be D S T Q Q S S
Congrats to all devs for the EXCELENT framework!!!
Eduardo.
