Exemple #1
0
 @Override
 public void postHandle(
     HttpServletRequest request,
     HttpServletResponse response,
     Object handler,
     ModelAndView modelAndView)
     throws Exception {
   if (modelAndView != null) {
     I18n i18n = i18nManager.getI18n("org.hisp.dhis.web.mobile");
     modelAndView.addObject("i18n", i18n);
   }
 }