The CURB Tool: Climate Action for Urban Sustainability
CURB is an interactive tool designed specifically to help cities take action on climate by allowing them to map out different action plans and evaluate their cost, feasibility, and impact.
Access the tool here: https://www.worldbank.org/en/news/infographic/2016/09/22/curb-tool-climate-action-for-urban-sustainability
$translatableResources = [3, 4, 5, 6];
if (in_array($ResourceType, $translatableResources)) {
$langUser = strtoupper($browserLang);
if (!isset($arrPostLang[$langUser]['Target'])) {
$langUser = 'EN';
}
// on regarde si la langue source est differente de la langue de l'utilisateur ou si on a pas detecte la langue
if (!isset($media['srcLang']) || $media['srcLang'] != $langUser) {
//si la langue de l'utilisateur (browserLang) est disponible dans le tableau
if (isset($arrPostLang[$langUser]['Target'])) {
$translate = $arrPostLang[$langUser]['Target'];
?>
}
}
}
?>
Comments ()