How to translate domain additional fields? Print

  • 1

Follow below steps to translate the domain additional fields

 

  1. Access your WHMCS files vis FTP/cPanel/Plesk/etc
  2. Go to your WHMCS installation folder and then go to desired path /lang/
  3. Create an overrides folder inside of the lang directory (if overrides folder does not exist).
  4. Create or copy the language file that you want to override. For example, to create an override for the English language file, you would create the /lang/overrides/english.php file and copy and paste the code below.

<?php

$_LANG['rotldregistranttype'] = "Registrant Type";

$_LANG['rotldcnpfiscalcode'] = "CNPFiscalCode Type";

$_LANG['rotldregistrationnumber'] = "Registration Number";

Note. if that desired language files is already exist then edit that file and just copy and paste the language variables as given above without php tag start.


Was this answer helpful?

« Back