public function PoItem::getLangcode in Localization update 7.2
Get the language code of the currently used language.
Return value
string The translation language code.
File
- includes/
gettext/ PoItem.php, line 72 - Definition of Drupal\Component\Gettext\PoItem.
Class
- PoItem
- PoItem handles one translation.
Code
public function getLangcode() {
return $this->_langcode;
}