Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 24 Sep 2002 00:14:42 -0000 1.25 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 7 Oct 2002 15:05:31 -0000 1.26 @@ -588,6 +588,10 @@ sec_handler # ns_log Notice "OACS= RP end" + # Set locale and language of the request. We need ad_conn user_id to be set at this point + ad_conn -set locale [lang::conn::locale] + ad_conn -set language [lang::conn::language] + ##### # # Make sure the user is authorized to make this request.