A holistic approach to sustainable energy efficiency in Tallinn
Tallinn established its Energy Agency in 2013 to coordinate the formulation of energy and climate policies by municipal agencies. It is responsible for fulfilling and accounting for the objectives of the Covenant of Mayors and for promoting the need for climate action by residents and energy-efficient renovation of private buildings.
$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'];
?>
}
}
}
?>