On 01-11-02 03:50:42 CET, Massimiliano Pala wrote: > My thinking about this is that at first we'll have to localize the user > front-end: the simplest way of doing it is to have several sheets and > sending the one requested by the browser (or by using cookies, or by > using apache specific features).
cookies don't work in general. i hope the mechanism we'll use is not apache specific. well, it will most probably rely on the "Accept-Language: " HTTP header, which seems pretty standard (RFC 2616 (defines HTTP/1.1), section 14.4, (page 104)). > Any idea about this issue is wellcome. with static pages it is very simple, enable apache MultiViews and it works automatically. that's what i've got at home. in a servlet i've written for a work project, it looks at the list of accepted languages itself and acts accordingly. i'll have a look at how to do it from perl CGI. suggestions are welcome. rj _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel