• If i first load my frontpage, the calendar is in my local language, but if i change the month then the dates are becoming in English.

    And also the events I click on.

    Can I put any localization in this plugin?

Viewing 1 replies (of 1 total)
  • Thread Starter r0nh

    (@r0nh)

    Localization of dates:

    In eventscalendar.php on line 40, there is

    setlocale(LC_TIME, $setloc);

    Change $setloc to you locale. In my case that is nl_NL. Now it works for me.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Calendar] Localization’ is closed to new replies.