/**
  * Gets a listener priority max.
  *
  * The priority max is a LocaleListener priority.
  *
  * @return int
  */
 public static function getPriorityMax()
 {
     $events = LocaleListener::getSubscribedEvents();
     return $events[KernelEvents::REQUEST][0][1];
 }