getDisplayNameLanguageCode() public méthode

Gets the language code of the current translation language; or none if there is no translation.
public getDisplayNameLanguageCode ( $p_lang ) : string
Résultat string
Exemple #1
0
 /**
  * Gets the language code of the current translation language; or none
  * if there is no translation.
  *
  * @param int p_lang
  *
  * @return string
  */
 public function getDisplayNameLanguageCode($p_lang = 0)
 {
     return $this->m_metadata->getDisplayNameLanguageCode($p_lang);
 }