If you want to chance the output-language please change:
line 209: curl_setopt ($ch, CURLOPT_USERAGENT, $userAgent);
to
209-210 curl_setopt ($ch, CURLOPT_USERAGENT, $userAgent); curl_setopt ($ch, CURLOPT_HTTPHEADER, array('Accept-language: de'));
"Accept-language: de" German "Accept-language: en" English ...
MFG Texx
Log in to post a comment.
If you want to chance the output-language please change:
line 209:
curl_setopt ($ch, CURLOPT_USERAGENT, $userAgent);
to
209-210
curl_setopt ($ch, CURLOPT_USERAGENT, $userAgent);
curl_setopt ($ch, CURLOPT_HTTPHEADER, array('Accept-language: de'));
"Accept-language: de" German
"Accept-language: en" English
...
MFG Texx