Joomla 2.5+ has a "language override manager" which creates and manage language files where overrides of language strings can be placed:
FRONTEND: language\overrides\en-GB.override.ini
BACKEND: administrator\language\overrides\en-GB.override.ini
These files are edited by J2.5+ language manager, and load by Joomla language loader automatically.
In Joomla 1.5 you can create and edit these language files manually, and FLEXIcontent will load them if it detects that they exist !!
-- So, there are cases that you may need to override default language strings for a specific language, but you do not know the name of these language strings, instead you simply see the text in the frontend.
- First you need to find if some displayed text is a language string
In order to do this go to Joomla's Global Configuration, enable "Debug Language"
- Refresh the frontend joomla page and all text that is produced via a language string replacement will appear between dual stars e.g.:
**Read More ...**
- Now go to Joomla Language manager and go to Overrides
- Select Language and location of it (Frontend or Backend)
- Search for value: Read More ...
And you will see it is a language string FLEXI_READ_MORE
which you can load and set a new (overridden) text
- Go to frontend OR backend page and click refresh to see the overriden text being displayed
- Now remember to disable the parameter "Debug Language"