[Zope] Translate the day and Month in Dutch
Cornelis J. de Brabander
brabander@fsw.LeidenUniv.nl
Mon, 16 Dec 2002 14:53:28 +0100
I'm not sure what you are using, but the calendar tag (from the Calendar
product) has multi-language support:
<dtml-calendar lang=du mode="month">
</dtml-calendar>
and when you're not satisfied with the translations you can insert even your
own:
<dtml-call "setCalendar('daynames',['zo','ma','di','wo','do','vr','za'])">
hth
cb
----- Original Message -----
From: "Martin Koekenberg" <zope@digital-adventures.nl>
To: <zope@zope.org>
Sent: Monday, December 16, 2002 2:09 PM
Subject: [Zope] Translate the day and Month in Dutch
> hello,
>
> I've an agenda with event in dutch, mij server uses English day & month
> names. Is there a function or something like that to translate them into
> dutch. Friday -> Vrijdag and January -> januari.
>
> Who can help me ??
>
> Martin Koekenberg
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>