Back to Language class

Method isRtl

public bool
isRtl
()
Get the RTL property.
Returns
  • bool True is it an RTL language.
Since
  • 1.7.0
Class: Language
Project: Joomla

Method isRtl - Source code

/**
 * Get the RTL property.
 *
 * @return  boolean  True is it an RTL language.
 *
 * @since   1.7.0
 */
public function isRtl()
{
    return (bool) $this->metadata['rtl'];
}