I cannot find how to translate custom field values. It's been asked on this forum, but I've not seen the solution.
I created successfully a custom field i.e. Gender, but I'm stumped as to how to translate custom field VALUES, i.e. Man/Woman. I know it's probably very simple, but I just don't know which files to edit and what code to add.
Here is what I've done. My FIELD translates, but my VALUE does not translate
default_language.php
**I tried to add CUSTOM VALUES for my fields**
//Custom Field Labels
DEFINE('_UE_GENDER','Gender');
DEFINE('_UE_WOMAN','Woman');
dutch.php
**I edited dutch.php as follows:**
//Field Labels
DEFINE('_UE_GENDER','Geslacht');
DEFINE('_UE_WOMAN','Vrouw');
If anyone can help me, I would appreciate it VERY much!