2023-06-29, 04:14 PM
Hi again,
Currently RTL is not working if I switch the language to persian even if on the setup RTL is set to 1.
Upon checking the file "class_language.php" line 109 and I dump any message below the $this->settings = $langinfo RTL will work.
Code below when RTL is working
See images below for RTL works when having var_dump
Currently RTL is not working if I switch the language to persian even if on the setup RTL is set to 1.
Upon checking the file "class_language.php" line 109 and I dump any message below the $this->settings = $langinfo RTL will work.
Code below when RTL is working
$this->language = $language;
require $this->path."/".$language.".php";
$this->settings = $langinfo;
var_dump('');
See images below for RTL works when having var_dump