I haven't experienced this problem in the past as I haven't had the need to create a website with this function.
After building a site and thinking it's finished I've had some feedback and been asked why the date is written in English and not in the language required - in this case German
The feedback was:
It should be rendered as:
Freitag, Juni 08, 2013 but is
Friday, June 08, 2013
I am using Ditto to render an overview of news posts (including the date) and on the post page I am using the "
DateTime" snippet.
I have the date showing on both pages.
Ditto call: (Overview Page)
[[Ditto? &language=`german` &tpl=`Overview` &parents=`[*id*]` &orderBy=`id DESC` &summarize=`10` &dateSource=`createdon` &dateFormat=`%A, %B %d, %Y` &paginate=`1` &paginateAlwaysShowLinks=`1` &showInMenuOnly=`0` &showPublishedOnly=`1`]]
DateTime call: (Post Page)
[[DateTime? &format=`%A, %B %d, %Y` ×tamp=`[*createdon*]`]]
Does anyone know why this is happening ?
Anyone have a solution to fix this ?
All help / ideas welcome
Thanks.