You are here

function DatexPartialImplementation::getLangcode in Datex 7.3

Get two letter language code of this object.

Overrides DatexInterface::getLangcode

1 call to DatexPartialImplementation::getLangcode()
DatexPoorMansJaliliCalendar::format in src/Datex/DatexPoorMansJaliliCalendar.php

File

src/Datex/DatexPartialImplementation.php, line 68
Base implementation of DatexInterface.

Class

DatexPartialImplementation
Base implementation of DatexInterface.

Code

function getLangcode() {
  return $this->langCode;
}