Innovation Watch #1 - Urban e-mobility
We are excited to introduce the Innovation Watch prototype for NetZeroCities—a new service designed to track emerging solutions and breakthroughs on the path to climate neutrality. The first issue provides insights into the latest trends and challenges in e-mobility, featuring practical examples from innovative cities and companies.
As we refine this service, we invite you to explore it and share your feedback to help us improve its relevance and impact. Your insights will be invaluable in shaping a resource that truly supports cities in their net-zero transition. Let us know what you think!
$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'];
?>
}
}
}
?>