Title: Translating Plugin
Last modified: August 21, 2016

---

# Translating Plugin

 *  [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/translating-plugin/)
 * Hello!
 * I am working on translating this plugin for a client. I have managed to translate
   the fields in the registration form but not on the profile form. Can you please
   let me know how to translate the fields on the profile form?
 * (For users looking for how to translate this should hopefully help.)
 * So far I have used the following filters to translate the registration form:
 *     ```
       function rw_email () { $newlabel = "Addresse Email:"; return $newlabel; }
       function rw_confirmemail () { $newlabel = "Confirmez Addresse Email:"; return $newlabel; }
       function rw_username () { $newlabel = "Nom d
       ```
   
 * utilisateur:”; return $newlabel; }
    function rw_password () { $newlabel = “Mot
   de Passe:”; return $newlabel; } function rw_confirmpass () { $newlabel = “Confirmez
   Mot de Passe:”; return $newlabel; }
 * add_filter(‘simplr_label_email’, ‘rw_email’ );
    add_filter(‘simplr_label_confirm_email’,‘
   rw_confirmemail’ ); add_filter(‘simplr_label_username’,’rw_username’ ); add_filter(‘
   simplr_label_password’, ‘rw_password’); add_filter(‘simplr_label_confirm’, ‘rw_confirmpass’);`
 * There don’t seem to be any filters applied to the profile form – so the above
   doesn’t work.
 * While you are looking at this, can you please also explain the filters for the
   error messages as this needs to be translated too. Thanks for your help!!
 * Brian
 * [https://wordpress.org/plugins/simplr-registration-form/](https://wordpress.org/plugins/simplr-registration-form/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/translating-plugin/#post-4712033)
 * (sorry, a label broke the code field, here it is again)
 *     ```
       function rw_email () { $newlabel = "Addresse Email:"; return $newlabel; }
       function rw_confirmemail () { $newlabel = "Confirmez Addresse Email:"; return $newlabel; }
       function rw_username () { $newlabel = "Nom dutilisateur:"; return $newlabel; }
       function rw_password () { $newlabel = "Mot de Passe:"; return $newlabel; }
       function rw_confirmpass () { $newlabel = "Confirmez Mot de Passe:"; return $newlabel; }
   
       add_filter('simplr_label_email', 'rw_email' );
       add_filter('simplr_label_confirm_email', 'rw_confirmemail' );
       add_filter('simplr_label_username','rw_username' );
       add_filter('simplr_label_password', 'rw_password');
       add_filter('simplr_label_confirm', 'rw_confirmpass');
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Translating Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simplr-registration-form_be8c38.svg)
 * [Simplr Registration Form Plus+](https://wordpress.org/plugins/simplr-registration-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simplr-registration-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simplr-registration-form/)
 * [Active Topics](https://wordpress.org/support/plugin/simplr-registration-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simplr-registration-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simplr-registration-form/reviews/)

## Tags

 * [error messages](https://wordpress.org/support/topic-tag/error-messages/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * 1 reply
 * 1 participant
 * Last reply from: [Restless Web](https://wordpress.org/support/users/triharder/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/translating-plugin/#post-4712033)
 * Status: not resolved