function PoHeader::getLanguageName

Gets the human readable language name.

Return value

string The human readable language name.

File

core/lib/Drupal/Component/Gettext/PoHeader.php, line 108

Class

PoHeader
Gettext PO header handler.

Namespace

Drupal\Component\Gettext

Code

public function getLanguageName() {
  return $this->languageName;
}

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