I have a custom Joomla template, to which I want to apply a template language file. I can put en_GB.tpl_my_tpl.ini into the appropriate place in the language folder of my website and everything works correctly. But I would like to put this files to my template folder so that to have easier access to my language files.
I read what people write about this and it seems to me that if I put template/my_template/language/en_GB/en_GB.tpl_my_tpl.ini it should work correctly but it does not. As far as I understand default Joomla templates use the same technique. I also add to my template xml the following but still no result.
<languages folder="language">
<language tag=”en_GB”>en_GB.tpl_my_tpl.ini</language>
</languages>
Am I doing something wrong and how to overcome the matter?