NZC Solutions Outliner tutorial video
NZC SOLUTION OUTLINER / Identify and prioritize decarbonization solutions for your city
The NZC SOLUTIONS OUTLINER is a tool developed to support the Mission Cities in getting the most ALIGNED SET OF SOLUTIONS that could contribute to their transition towards neutrality. The service uses contextual parameters such as ambition, barriers, enablers, and co-benefits to automatically present a LIST OF PRIORITIZED SOLUTIONS, from which the user can get more information.
$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'];
?>
}
}
}
?>