ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilMailLanguageHelper.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function getLanguageByIsoCode(string $iso_code): ilLanguage
24  {
25  return ilLanguageFactory::_getLanguage($iso_code);
26  }
27 
28  public function getCurrentLanguage(): ilLanguage
29  {
30  global $DIC;
31 
32  return $DIC->language();
33  }
34 }
getLanguageByIsoCode(string $iso_code)
global $DIC
Definition: shib_login.php:26
static _getLanguage(string $a_lang_key='')
Get language object.