Texx - 2007-08-22

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