Rob wrote:
>
> How can I detect the browser language using mod_perl?
>
> I tried this:
>
> $ENV{'HTTP_ACCEPT_LANGUAGE'};
>
> but it doesn't seem to work..
read them:
$lang = $r->subprocess_env->{'HTTP_ACCEPT_LANGUAGE'};
write them:
$r->subprocess_env( 'SOME_NEW_VAR' => $somevalue );
--
T
How can I detect the browser language using mod_perl?
I tried this:
$ENV{'HTTP_ACCEPT_LANGUAGE'};
but it doesn't seem to work..
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]