Inpsyde\MultilingualPress\Common\Type\AliasAwareLanguage::is_rtl PHP Method

is_rtl() public method

Checks if the language is written right-to-left (RTL).
Since: 3.0.0
public is_rtl ( ) : boolean
return boolean Whether or not the language is written right-to-left (RTL).
    public function is_rtl()
    {
        return $this->is_rtl;
    }