7. How To Use Language Overrides
The reseller portal is fully translated. Language files live in:
|
modules/addons/domain_reseller/lang/ |
Twenty-five languages are included. The portal picks the file matching the client’s WHMCS language and falls back to English for anything a translation does not define, so you only need to change the lines you actually want to reword.
To change wording, edit the entry in the language file you use. For example, in lang/english.php:
Before:
|
$_LANG[‘tab_orders‘] = “Orders”; |
After:
|
$_LANG[‘tab_orders‘] = “My Domain Orders”; |
The API Documentation tab is intentionally not translated, because it documents fixed API parameter names and code samples.