Есть ли способ прочитать все изнутри языка с помощью Opencart?
В данный момент мне необходимо:
Controller
$this->load->language('help');
$this->data['heading_title'] = $this->language->get('heading_title');
$this->data['tab1'] = $this->language->get('tab1');
Языковой файл
Подробнее здесь: https://stackoverflow.com/questions/857 ... n-php-loop