Healthy Cities Generator, a tool to generate health in cities from urban planning
The Healthy Cities Generator is a freely available digital tool that makes it easy for urban planners, health professionals and policy makers to incorporate health factors into urban planning and urban factors into health policy.
Want to explore the healthiest options for your city?
If you want to improve your urban plan, devise a health strategy, or have a constructive dialogue with your stakeholders – reach out to see how we could help!
Visit our website for more information: https://healthycitiesgenerator.com/
$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'];
?>
}
}
}
?>