I had installed the calendar module and tried to include it in my site: no problem
I use this code:
Code: Select all
{cms_module module='Calendar' table_id='big' lang="fr_FR" detailpage='event-detail' inline='0'}In my page, dates are in french (abbreviated weekday name ) that is what I want.
In an other page, for viewing the details of my news I met some problems:
1) When I use "%A" in my event template the weekday are in english: I got Monday instead of Lundi. If I try %a for short name, it's the same thing.
How can I fix it?
2)I want to display the category of my news but I don't find the variable name to use.
I tried something like $category; $categories but none of them doesn't match
In an other page for the upcoming events I met similar problems:
3a)Impossible to obtain the french weekday names
3b)Furthemore, when I tried "%b" for abbreviated month name, each news are displaying with 'APR' for april (even though I had new in may, june..)
Somebody can help me, please?
Thank
ps: excuse my english

