> If there is currently no way to do this, can anybody pls tell me how to set > HTTP_ACCEPT_LANGUAGE for wget on a Debian Etch system?
ok, here's my workaround for the moment: wget --header='Accept-Language: de-ch' e.g. in .bashrc: alias wget="wget --header='Accept-Language: de-ch'" I'm still looking greatly forward to ZF component defaults. Thanks to the I18N-Team for the great work you have done so far! Regards, Philip
