get("mb_locale") . "; lang: " . Mapbender::session()->get("mb_lang")); $e = new mb_notice(setlocale(LC_ALL, Mapbender::session()->get("mb_locale"))); // // Messages // $msg_obj = array(); $msg_obj["srsNotSupported"] = _mb("The following WMS do not support the current SRS"); $json = new Mapbender_JSON(); $output = $json->encode($msg_obj); header("Content-type:application/x-json; charset=utf-8"); echo $output; ?>