UTMC Regional Event - Advancing Urban Transitions in Africa - Keynote Speech and Session 1
Recording of the UTMC Regional Event - Advancing Urban Transitions in Africa that features Keynote Speech from Laura Hetel from the European Commission and Ayman Ayad from the EU Delegation in Egypt.
Session 1 regarding the UTMC project and platform, moderated by Andrada Barata from ENoLL, with Elli Tzatzanis-Stepanovic from FFG and Gianni Nardone from LGI.
$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 ()