I cannot find how to translate custom fields I've created in CB for registration.
I added a field to CB Field Manager: (title)cb_choir (name)Choir
I opened default_language.php file and added:
DEFINE('_cb_Choir','Choir');
Then I opened dutch.php file and added:
DEFINE('_cb_choir','Koor');
Plus I have two choices (Amsterdam & Rotterdam) and I don't know how to add translation for choices.
Evidently I'm not doing it right but I can't find any documentation on the web on how to actually do this. Any help would be greatly appreciated.