Yes, this product contains a language file that contains all the text
used inside the application. All preset text in Interspire Website Publisher is stored in 3 files.
/includes/language/front_language.ini
/includes/language/back_language.ini
/includes/language/common_language.ini
The
front_language.ini file contains all the preset text for the public
area of the website, while back_language.ini contains all the text for
the control panel. The common_language.ini file contains items common to both sides, but are mostly URL related and not often changed (as it will require knowledge of .htaccess/mod_rewrite to ensure the changes take affect).
These files can be edited in any text editor.
Here is an example. Just say you wanted to change "Popular Articles" to
"Top Stories". You need to edit the public area file, so open up
front_language.ini and search for Popular Articles. You will find a
line like:
hpPopularArticles = "Popular Articles"
In
order to change it, you only need to edit the text within the quotes.
So we might change it to: (Note: we leave the text before the = intact)
hpPopularArticles = "Top Stories"
If you need to put a quotation mark inside the text, you can not use a normal ", but instead can use the html entity equivalant: "
Example:
hpPopularArticles = "Top "Rated" Stories"
would return:
Top "Rated" Stories
Once you have changed it, save and re-upload to your site.
If you have any trouble, send in a trouble ticket via the client area.
