Get The Most Affordable Hosting in the World!

Starting at just $1.87/month, Vercaa offers unbeatable pricing for world-class web hosting services.

Fast, reliable, and secure hosting to power your website without breaking the bank. Plus, enjoy a free CDN for faster loading times worldwide!

Get Started Now!

Steps for customising the text displayed in WHMCS are as follows:

1. Open the /lang/english.php file in your preferred text editor.

2. Search for the text you wish to customise. Note down the corresponding string name, as highlighted below.

In this example we are going to change the text "Welcome to our Support Portal." So the string name is headertext.

3. Create the folder overrides within the lang directory.

2. Create or copy the language file you want to override. For example, to create an override for the English language you create ./lang/overrides/english.php

3. Open the newly created file in your preferred editor.

4. Start the file with a PHP tag, indicating PHP code is to be used:

<?php
 

5. Enter the string(s) you wish to override along with the new text.

In our example we would write the following into the /overrides/english.php file:

$_LANG['headertext'] = "Welcome home!";
 

6. Save the file with UTF-8 encoding and upload to your server.

 
 
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.
Was this answer helpful? 1 Users Found This Useful (1 Votes)