Language::getName - jcobban/Genealogy GitHub Wiki

$language->getName()

Up: class Language

This returns the English version of the name of the Language.

This extends Record::getName so that if the constructor was invoked with a country-qualified language code, where the supplied country code is defined, then this returns the name of the language qualified by the name of the country, for example "English(Canada)".

Next: $language->getNativeName()