aboutsummaryrefslogtreecommitdiffstats
path: root/test/lang.php
blob: e86dbd55319bf5953c89acc9b720558d5380dc6e (plain)
1
2
3
4
5
6
7
8
9
<pre><?php
/**
*/

include_once '../lib/localeDetection.class.php';
include_once '../langs.inc.php';

echo 'Accept-Language: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], "\n\n";
echo "Relocate `community` with `en` as a default: ", relocate($langs, 'community'), "\n";