View Full Version : Custom Client Fields on other language
Hi
is it possible to translate on other languages Custom Client Fields ?
denully
09-10-11, 06:58 AM
will this option come any time soon ? looks a bit unprofessional when we have a danish site with english fields :)
and we cant just write them in Danish since we also have the site on English.
nasos75
09-12-11, 04:23 AM
Yes you can, this time too... :P
In my installation I use in the language file this:
$_LANG['customclientfield']['VAT'] = 'Your VAT number';
and in the template file this:
{foreach key=num item=customfield from=$customfields}
<tr>
<td width="150" class="fieldarea">{$LANG.customclientfield[$customfield.name]}</td>
<td>{$customfield.input} {$customfield.required}</td>
</tr>
{/foreach}
It works great, and I don't know why WHMCS staff says it can't be done....:shock:
@nasos75 - excellent information, have been looking for this for some time!
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.