/** * Gets the locale. * <p> * This locale is used to control localization in the format output except * where localization is controlled by the DecimalStyle. * * @return Locale the locale, not null */ public function getLocale() { return $this->formatter->getLocale(); }