Language files in front-end forms
Eduardo Mena
Junior Member
Posts: 31
9 года 1 мес. назад - 9 года 1 мес. назад #1001
от Eduardo Mena
Eduardo Mena создал тему: Language files in front-end forms
In front-end forms, CC always loads the administrator language files.I always end up changing the path in order to load the front end language file.Im just wondering if this is made on purpose or if this is a minor bug.
$lang = JFactory::getLanguage();
$lang->load('com_my_component', JPATH_ADMINISTRATOR);
$lang = JFactory::getLanguage();
$lang->load(' com_my_component', JPATH_BASE);
Последнее редактирование: 9 года 1 мес. назад пользователем Eduardo Mena.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Victor
Administrator
Posts: 19
9 года 1 мес. назад #1007
от Victor
Back-end developer on Component Creator
Victor ответил в теме Language files in front-end forms
Hi Eduardo,
Thank you for taking the time to report this issue. This problem has been patched so if you build your components, all of them will have the problem fixed.
Best regards
Thank you for taking the time to report this issue. This problem has been patched so if you build your components, all of them will have the problem fixed.
Best regards
Back-end developer on Component Creator
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Время создания страницы: 0.068 секунд