This tutorial shows you how to add Kurdish to WHMCS step by step. You will learn how to add the language file, upload the flag, set the correct language name, and make Kurdish available in the client area.
Download the WHMCS Kurdish Full Package
First, click the download button to get the Kurdish language files.
After downloading the package, unzip the full language package on your computer to access all included files and folders.
Kurdish Sorani
Change the WHMCS Admin Area Language
/admin/lang- After uploading the admin language file, log in to your WHMCS Admin Area.
- Hover over your profile image in the top right corner.
- Click My Account.
- In the language field, choose Sorani.
- You may be asked to confirm the password. In the Confirm Password field, enter your password.
- Click Save Changes.
Change the WHMCS Client Area Language
Open the WHMCS Client Area folder from the downloaded package.
Inside, you will find the kurdish-sorani.php file.
Upload this file to your WHMCS installation in:
/langAfter uploading the client area language file, Central Kurdish will be added to your available languages list in WHMCS.
Depending on your WHMCS template, the language switcher may appear in the footer menu, sidebar, or header menu. Find the language switcher, then change the client area language to Central Kurdish.
Add the Kurdish Sorani Flag to the Language Menu
This step may vary depending on the WHMCS template you are using.
In most cases, you only need to upload the kurdish-sorani.svg flag file to your template’s flags image folder, then add the required CSS or template-specific configuration to display it correctly in the language menu.
Add the Kurdish Sorani Flag in the WHMCS Phox Template
To display the Kurdish Sorani flag in the language menu of the WHMCS Phox template, follow these steps.
Upload the kurdish-sorani.svg file included in the downloaded package to this path in your WHMCS installation:/templates/phox/img/flags
Add this required CSS code to /templates/phox/css/custom.css, right after the comments at the top of the file:
.language-flag-icon.kurdish-sorani {
background-image: url("https://yourwebsite.com/whmcs/templates/phox/img/flags/kurdish-sorani.svg");
}
Important: Change the https://yourwebsite.com/whmcs/ part in the CSS file URL to your real WHMCS URL.
If you are using a CDN such as Cloudflare, QUIC.cloud, or another caching service, you may also need to clear its cache.
After that, the Kurdish flag may appear in the languages list for Central Kurdish.Set Kurdish Sorani as the Default Language
This will set Kurdish Sorani as the default language for your WHMCS client area.
- In your WHMCS Admin Area, click the wrench icon.
- Go to General Settings.
- Open the Localisation tab.
- In the Default Language field, choose Kurdish-sorani.
- Click Save Changes.
New visitors and clients will see WHMCS in this language by default. Clients can still change the language to another available language at any time from the language switcher in the client area.