How do I need to specify a language override for my template in order for Joomla! to use it?
It’s specific language tags for the COM_STORELOCATOR component.
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.tpl_XXX.ini</language>
</languages>
Option 1
The file with overrides should be located here:
You can manage the template overrides directly from the Joomla! backend.
Go to Extensions > Language Manager > Overrides
Option 2
Check the solution proposed by “mgirardis” in the Joomla! Forums: