From: Ricardo J. <ric...@tr...> - 2004-12-09 21:10:58
|
Hi, I need to customize menus for customers, based on their "preffered language" set in their browsers. To test I changed mypage.tcl ( included in TCLHTTPD package ) to present a different header ( menu header ) for each customer using env(LANG) variable, but it seems to take that info ( current language ) from local machine. I mean, the one tclhttpd is running. The menus are beeing changed to the correct "local" language, so msgcat implementation seems to be correct. I need a way to get (LANG) or whatever variable name, that shows the language set at the remote browser, not local machine. What is the trick ? Did someone else achieve this feature ? Thanks Ricardo Jorge |