public function PoDatabaseWriter::getLangcode in Localization update 7.2
Implements PoMetadataInterface::getLangcode().
Overrides PoMetadataInterface::getLangcode
File
- includes/
locale/ PoDatabaseWriter.php, line 74 - Definition of PoDatabaseWriter.
Class
- PoDatabaseWriter
- Gettext PO writer working with the locale module database.
Code
public function getLangcode() {
return $this->_langcode;
}