Jump to content

Where it's Translate for "Other identification"


Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated