Set the language code of the current language.
string $langcode: The language code of the current language.
public function setLangcode($langcode) { $this->langcode = $langcode; }