You are here

public function IdentityTranslator::setLocale in Plug 7

@api

Overrides TranslatorInterface::setLocale

File

lib/Symfony/translation/IdentityTranslator.php, line 43

Class

IdentityTranslator
IdentityTranslator does not translate anything.

Namespace

Symfony\Component\Translation

Code

public function setLocale($locale) {
  $this->locale = $locale;
}