You are here

public function Translator::getLocale in Plug 7

@api

Overrides TranslatorInterface::getLocale

1 call to Translator::getLocale()
Translator::getCatalogue in lib/Symfony/translation/Translator.php
Gets the catalogue by locale.

File

lib/Symfony/translation/Translator.php, line 162

Class

Translator
Translator.

Namespace

Symfony\Component\Translation

Code

public function getLocale() {
  return $this->locale;
}