Field::getDescription() method  
Return field description for current language, or another specified language.
This is different from $field->description in that it knows about languages (when installed).
Usage
// basic usage
$string = $field->getDescription();
// usage with all arguments
$string = $field->getDescription($language = null);API reference based on ProcessWire core version 3.0.252