To download the addon, login to our client area at www.hardsoftcode.com/account and then do the following:
Installing the addon is very simple. The following steps will guide you through the process:
If a language you operate in is not available as standard, then you can create your own translation. Here's how:
$_ADDONLANG['addonname'] = "Addon Name";
Be careful not to delete any of the quotation marks (") around the text strings or the semi-colons on the ends of each line (;). Also should you want to use a quote character (") within your translated text, you must escape it - for example: \" The language files are written in PHP syntax so valid PHP code must be maintained.