function PoDatabaseReader::getLangcode

Get language code.

Return value

string Language code string.

Overrides PoMetadataInterface::getLangcode

1 call to PoDatabaseReader::getLangcode()
PoDatabaseReader::getHeader in core/modules/locale/src/PoDatabaseReader.php
Get header metadata.

File

core/modules/locale/src/PoDatabaseReader.php, line 54

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

public function getLangcode() {
  return $this->langcode;
}

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