Title: WPML support ?
Last modified: April 16, 2021

---

# WPML support ?

 *  Resolved [csit](https://wordpress.org/support/users/calmsmile/)
 * (@calmsmile)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wpml-support-137/)
 * my website have 2 languages , so I have 2 my account page, but the User Registration
   plugin settings only 1 my account page take effect，example: my default language
   is English and I translate the my account page link to another language like 
   French, I visit my account page and the default language is work perfectly but
   when I switch French , the endpoint tab link is alway english

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Saroj Shah](https://wordpress.org/support/users/wpeverestsupportrep/)
 * (@wpeverestsupportrep)
 * [5 years ago](https://wordpress.org/support/topic/wpml-support-137/#post-14334493)
 * Hi [@calmsmile](https://wordpress.org/support/users/calmsmile/)
 * Thanks for writing in,
 * Please refer to the documentation in the link below.
    [https://docs.wpeverest.com/user-registration/docs/how-to-translate-user-registration-to-multiple-languages/](https://docs.wpeverest.com/user-registration/docs/how-to-translate-user-registration-to-multiple-languages/)
   I hope this helps.
 * Regards!
 *  Thread Starter [csit](https://wordpress.org/support/users/calmsmile/)
 * (@calmsmile)
 * [5 years ago](https://wordpress.org/support/topic/wpml-support-137/#post-14341487)
 * I found the way to solve this question,
    I copy the /user-registration/myaccount/
   folder and files in my child theme I edit the dashboard.php and change the line:`
   esc_url( ur_logout_url( ur_get_page_permalink( 'myaccount' ) ) )` to `esc_url(
   ur_get_endpoint_url( 'user-logout' ))`
 * and then I edit the navigation.php and change the line:
    `esc_url( ur_get_account_endpoint_url(
   $endpoint ) );` to `esc_url( ur_get_endpoint_url( $endpoint ) );`
 * then after save, my account page endpoint link will display correctly when I 
   click the language switcher to switch other language
    -  This reply was modified 5 years ago by [csit](https://wordpress.org/support/users/calmsmile/).
    -  This reply was modified 5 years ago by [csit](https://wordpress.org/support/users/calmsmile/).
    -  This reply was modified 5 years ago by [csit](https://wordpress.org/support/users/calmsmile/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WPML support ?’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [csit](https://wordpress.org/support/users/calmsmile/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/wpml-support-137/#post-14341487)
 * Status: resolved