iserver Posted May 2, 2010 Share Posted May 2, 2010 For domains .ES WHMCS ask for one aditional question: ID Form type (Other identifciaction, Tax, Tax..., Foreigner...) Where is correct file for correct translation? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted May 4, 2010 WHMCS Support Manager Share Posted May 4, 2010 Unfortunately additionaldomainfields.php cannot be translated. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted May 5, 2010 Share Posted May 5, 2010 you can however translate the vars for .es in additionaldomainfields.php A short example for .au Add lang vars to your language file (you will need to do this for all languages that you use) eg.. $_LANG["AUabn"] = "ABN"; $_LANG["AUacn"] = "ACN"; $_LANG["AUbrn"] = "Business Registration Number"; open additionaldomainfields.php and find the domain extension and change the values like this $additionaldomainfields[".com.au"][] = array( "Name" => "Registrant ID Type", "Type" => "dropdown", "Options" => $_LANG["AUabn" ] .',' . $_LANG["AUacn"] . ',' . $_LANG["AUbrn"], "Default" => $_LANG["AUabn"], ); where there is commas separating the options the comma needs to be changed to .','. between the lang vars 0 Quote Link to comment Share on other sites More sharing options...
iserver Posted May 10, 2010 Author Share Posted May 10, 2010 One answer a bit ugly on the staff of WHMCS. So it's not possible. And then? They can do those customers who have software that is multilingual and supposedly bad and invalid translations? Endure? Comply? Forsparky Thanks. But my file it's encoded additionaldomainfields.php 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted May 10, 2010 Share Posted May 10, 2010 additionaldomainfields.php should not be encoded at all... if it is, try in the latest download of whmcs. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.