I am currently developing my very first Joomla 3.x Component just for the learning purpose. Everything is happening as I am expecting except one problem.
A few titles and labels on component's page are showing constant keys rather than showing their equivalents from
en-GB.com_somthing.ini
file**.
Just like, its showing in <h1>...</h1> tags COM_SOMETHING_MANAGER_SOMETHINGS
rather than Somthings Manager.
Though the question Joomla v1.5 plugin sys.ini language file is not relevant to that of mine still I followed it, but no result.
Please can anyone suggest me troubleshooting ways in detail, like what things should I check and in what order?