Torino Social Innovation
Launched in 2012 by the Municipality of Turin, Torino Social Innovation fosters social innovation and entrepreneurship by bringing together over 40 public and private organisations to support sustainable business projects addressing societal needs in education, sustainability, employment, mobility, health, and inclusion. TSI is the first attempt to adopt a territorial and systemic approach to developing social innovation policies in Italy.
$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'];
?>
}
}
}
?>