18 Jul
2001
18 Jul
'01
7:17 p.m.
A. Giacomelli writes:
i would appreciate feedback from the list on the implementation of multilanguage applications in zope.
my experience is in php, where i have been working wih 'dictionaries' based on associative arrays, e.g.
key_water-> 'it' -> 'acqua', 'en' -> 'water', ....
and then retrieving definitions via something like Python, too, has such associative arrays, called dictionaries or more general mappings.
You can use the same kind of localization in Zope, you know from PHP. Syntax is different, though. Dieter