Andromeda57 wrote: Hi guys,
in the past we had a radio button with the values _UE_MALE and _UE_FEMALE. It was automaticaly in german language in the frontend and showed if a user is male or female.
Since cb 2.0 it is not translated in the frontend. What can we do?
You can delete your old CB German plugin and download a new one from here:
www.joomlapolis.com/cb-solutions/languages
You might need to add the
'_UE_MALE' => 'German word for male',
'_UE_FEMALE' => 'German word for female',
to your language.php file of your German plugin because I believe it was never part of the old or new plugin.