• Hi,

    I’m using WPML for my multilingual site (version that does not have string translation addon) and I’m seeing that labels on registration forms are mixed between some chosen language and english (in my case) for those additional fields.

    Is there a way to translate these?

    Regards,
    Marko

    https://ww.wp.xz.cn/plugins/register-plus-redux/

Viewing 1 replies (of 1 total)
  • This might be too late but i will share the fix anyways :

    I did this :
    in function rpr_register_form in rpr-login
    replaced esc_html( $meta_field[‘label’] ) with esc_html( __($meta_field[‘label’],”register-plus-redux” )
    and updated the po/mo file.

    You will need to do the above steps for all types of html elements for the label tag.

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Translate additional fields’ is closed to new replies.