[Zope] ZCatalog in different languages
Dieter Maurer
dieter@handshake.de
Wed, 12 Sep 2001 22:24:32 +0200 (CEST)
Kerekes Lajos writes:
> How can I use ZCatalog in different from English language? For example
> Hungarian, Czech, Polish, France?
> The catalogized words are cutted at every non ASCII characters. /a', e',
> o".../
> I dont want to catalog the HTML and DTML tags. How can I set it at the
> ZCatalog.
Zope's splitter may be locale aware (if not, it may be quite easily
made so).
In this case, you would start Zope with the "-L" switch to tell
it the locale to use and everything else may work automatically.
Of course, this will work only for one language per site (Zope
installation).
Dieter