Citizen Engagement for Large Event for Products and Services
This video depicts the mobile application created for one of the Largest Gathering of Humans on Earth (called Kumbh Mela). It enables citizens and visitors to avail the services, share the issues and also provide feedback.
The work allocation for service request is Geo Tagged and directly routed to the associated ground team member based on their skills and Geo Area.
$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'];
?>
}
}
}
?>
Comments ()