public function PoHeader::getLanguageName in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\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\GettextCode
public function getLanguageName() {
return $this->languageName;
}