JA Builder is not producing meta language tag. I donĀ“t know how to configure it to produce the tag
Hi gab-ventosa
Try opening this file: /templates/ja_builder/index.php
Look for < html> and add the language attribute like this:
<html lang="<?php echo $this->language; ?>">