Language files in front-end forms

8 years 6 months ago - 8 years 6 months ago #1001 by Eduardo Mena
Language files in front-end forms was created by Eduardo Mena
In front-end forms, CC always loads the administrator language files.
$lang = JFactory::getLanguage();
$lang->load('com_my_component', JPATH_ADMINISTRATOR);
I always end up changing the path in order to load the front end language file.
$lang = JFactory::getLanguage();
$lang->load(' com_my_component', JPATH_BASE);
Im just wondering if this is made on purpose or if this is a minor bug.
Last edit: 8 years 6 months ago by Eduardo Mena.

Please Log in or Create an account to join the conversation.

8 years 6 months ago #1007 by Victor
Replied by Victor on topic 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

Back-end developer on Component Creator

Please Log in or Create an account to join the conversation.

Time to create page: 0.161 seconds
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.