Rzeszów - Urban Innovation Lab
Rzeszów Urban Innovation Lab is both a physical space and an organisation/city department which allows residents and stakeholders including local authorities, government officials, scientists, and business representatives to meet, exchange ideas, and share perspectives. It has been used by the city to facilitate conversations and promote collaboration between, with the hope of identifying topical problems and developing solutions to improve the quality of life for city inhabitants.
$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'];
?>
}
}
}
?>