The Co-Creation Toolkit
A co-creation model is a toolkit for developing sustainable and smart urban areas. It describes a general model for urban co-creation, considering the conditions and different starting points. The model originates from the SPARCS project in which ideas and co-creation practices, its potential and constraints were initially tested in the City of Espoo’s Kera region in Finland. The objective of SPARCS was to create a network of sustainable, energy-positive and carbon-free communities.
$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'];
?>
}
}
}
?>