예제 #1
0
 /**
  * @param Locale $locale
  * @return string
  */
 public function getNameForLocale(Locale $locale)
 {
     return $this->cldrUtility->getLanguageLocalizedName($locale, $this);
 }
예제 #2
0
 public function findAll()
 {
     return $this->cldrUtility->getLanguages();
 }