I am trying to create an component extension for Joomla 1.5 and I havequestions regarding language packs.
Are there any insructions on how to combine a language pack with the extension?
I use the JText::_( 'NAME' ); but I don't know where to put my language file
I tried the following but it didn't work.
I create a file en-GB.com_mycomp.ini and placed it in \language\en-GB (both in admin and frond area)
NAME=the name is
but unfortunately joomla did not read my ini file
So instead of displaying "the name is" it displays "NAME"
I don't know if the above method is correct or I do something wrong,

I am sorry for bothering but the section with How-to's is still empty ( http://dev.joomla.org/component/option, ... languages/ )
I would appreciate if you could help me
Thank you very much
I am sorry I found what I did wrong.. It had nothing to do with the above.
The above are correct
As also is mentioned here
http://forum.joomla.org/index.php/topic ... #msg432913
Keep on the good work..
