Grenoble Alpes Métropole’s Citizen Convention for Climate
In 2022, Grenoble Alpes Metropolitan Area embarked on an ambitious initiative to involve its residents as key players in its climate transition. The metropolitan area, composed of 49 towns and villages and home to 450,000 inhabitants, has a strong tradition of citizen participation in public life. Consult this case study to understand their journey
$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'];
?>
}
}
}
?>