function DrupalTranslator::setLocale

File

core/lib/Drupal/Core/Validation/DrupalTranslator.php, line 61

Class

DrupalTranslator
Translates strings using Drupal's translation system.

Namespace

Drupal\Core\Validation

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.