/** * Returns the current translation * * @param PropelPDO $con an optional connection object * * @return */ public function getCurrentTranslation(PropelPDO $con = null) { return $this->getTranslation($this->getLocale(), $con); }