public PoMetadataInterface::setLangcode($langcode)
Set language code.
Parameters
string $langcode: Language code string.
File
- core/lib/Drupal/Component/Gettext/PoMetadataInterface.php, line 19
Class
- PoMetadataInterface
- Methods required for both reader and writer implementations.
Namespace
Drupal\Component\Gettext
Code
public function setLangcode($langcode);
Please login to continue.