Step 1: Download the custom.php from [IWP FOLDER]/addons/clientReporting/lang/
Step 2: Rename the file. Eg. for Danish – Denmark rename it as custom_da-dk.php
Step 3: Open the file (custom_da-dk.php) to edit the contents
Step 4: Change the right side contents of each language variable.
Eg. Change $lang[‘plugin’] = “Plugins updated”;
to $lang[‘plugin’] = “Plugins opdateret”;
Similarly edit the values for all other variables.
Step 5: Save and upload the file to [IWP FOLDER]/addons/clientReporting/lang/
Step 6: Download [IWP FOLDER]/config.php and open for editing
Step 7: Add the following in a new line before “?>” at the end of the file
//——————-Add below line——————–>
define('CLIENT_REPORTING_LANG', 'custom_da-dk');
//——————-End here————————–>
custom_da-dk is the new name of the file, no need of “.php” here
Step 8: Save the file and upload it
Note: Please have a local backup for new custom lang file.