Cities Mission Conference (DAY 2) - Cities as Frontrunners of the Climate Transition
Day 2 of the Mission in Progress: Climate-Neutral and Smart Cities Conference 2023:
- Cities as Frontrunners of the Climate Transition with Barbara Trachte, State Secretary for the Economic Transition and Scientific Research, Brussels Capital Government and Kim Jørgensen, Director General and Permanent Representative Office of the EIB to the EU Institutions, European Investment Bank
$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'];
?>
}
}
}
?>