Hello,
@gonebdg - webindoshop.com
I also using the same version. Unfortunately I was not able to deal with this problem.
class VnreparationDeviceSelectionModuleFrontController extends ModuleFrontController
Page title translation does not work for my getTemplateVarPage() method inside class blocks.
Very strange. Translation variables are created in the back office. However, it is not triggered after language change in UI.
public function getTemplateVarPage()
{
$page = parent::getTemplateVarPage();
$page['meta']['title'] = $this->trans('Device Selection', array(), 'Modules.Vnreparation.Device_selection');
$page['meta']['description'] = '';
$page['meta']['keywords'] = '';
$page['headerColor'] = 'greenBg';
return $page;
}