Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Event calendar Language


Go to End


935 Views

Avatar
wilsonStaff

Community Member, 143 Posts

14 March 2012 at 4:52am

Edited: 14/03/2012 4:54am

Hi to all, i am using the latest event-calendar module (from github).

Look at the picture below. How can i change those characters:
- to display D instead of DIM.
- to display month name without those funny signs.

WHAT IVE TRIED

- changing event_calendar/javascript/locale/date_fr.js to no use

- mysite/_config.php
MySQLDatabase::set_connection_charset('utf8');
setlocale(LC_TIME, 'fr_FR.UTF8', 'fr_FR', 'fr-FR', 'french');

- event_calendar/_config.php
Calendar::set_param('language','FR');

Thanks!