MikePitta Posted October 4, 2020 Share Posted October 4, 2020 Hello. This is what I have in resources/domains/additionalfields.php $additionaldomainfields[".it"]=array(); $additionaldomainfields[".it"]["legalentity"] = array( "Name" => "Legal Entity Type", "DisplayName" => "Holder Type", "Type" => "dropdown", "Options" => "1. Italian and foreign natural persons|1. Italian and foreign natural persons,2. Companies/one man companies|2. Companies/one man companies,3. Freelance workers/professionals|3. Freelance workers/professionals,4. non-profit organizations|4. non-profit organizations,5. public organizations|5. public organizations,6. other subjects|6. other subjects,7. foreigners who match 2 - 6|7. foreigners who match 2 - 6", "Default" => "1. Italian and foreign natural persons", "Required" => true, "LangVar" => "itLegalEntity" ); And this is what I have in lang/overrides/italian.php $_LANG["itLegalEntity"] = "Tipo d’entità giuridica"; How to add a translation of the "Options" to lang/overrides/italian.php ? 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.