[Zope-CMF] I18n
Chris Withers
chrisw@nipltd.com
Wed, 26 Sep 2001 23:22:42 +0100
> content, correct? How are y'all dealing with the separate (but
> related) problem of serving alternative translations for content?
I did this many moons ago using Folders as the 'content object' with DTML
docs inside them for each language and an acquired index_html DTML method
that selected the appropriate DTML doc based on a cookie or the browser
preferences. A typical object might look like:
- home_page
- en
- fr
...etc...
IIRC, it even worked for images :-)
cheers,
Chris