[Zope] ZCatalog in different languages

Dieter Maurer dieter@handshake.de
Thu, 13 Sep 2001 18:44:35 +0200 (CEST)


Jerome Alet writes:
 > ... locale controling splitter ...
 > How difficult would it be to make it SiteRoot dependent ?
 > 
 > Each SiteRoot object would have a "locale" field to fill in the creation
 > form, an empty field meaning take the locale from the -L option.
Some time ago, I read serious critics about the posix locale
API.

If the critics still apply, the locale setting is global and
not thread specific. This would mean, you cannot switch
locales dynamically in a multi-threaded environment (such
as Zope) using different locales in different threads.


Dieter