UTM-PED #2 - Positive Energy Districts and Technologies
The Urban Transitions Mission (UTM) and the Driving Urban Transitions (DUT) partnership hosted five (virtual) sessions of a knowledge-exchange program focusing on Sustainable Buildings and Positive Energy Districts (PED). These sessions, designed to share knowledge, build capacity, and evaluate the opportunities of the building and construction sector, are aimed at supporting cities identify the best approaches in their contexts.
UTM-PED #2 - Positive Energy Districts and Technologies
$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 ()