Using RTL Languages
Last Update: September 30, 2025
We aim to make Avada convenient and available to as much users as we can, which is why Avada is RTL (Right to Left) ready. Avada contains all the necessary styles you’ll need to make your website RTL, and it’s as easy as 3 steps to set up! Once you finish these steps, your site will automatically be in RTL format. In addition, for testing you can also use a language plugin like RTL Tester. To download RTL Tester, follow this link.
How To Use RTL
Inside the ‘wp-config.php’ file, you will see the following lines:
define('WPLANG','');
You will need to change this to use the file you just copied to your server. If for example you were using Arabic, you would edit the like to look like the following:
define('WPLANG','ar_AR');
Save the ‘wp-config.php’ file and copy it back to your web server.