Title: Translation
Last modified: April 14, 2018

---

# Translation

 *  Resolved [viktord](https://wordpress.org/support/users/viktord/)
 * (@viktord)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/)
 * Im working on a website that has two languages EN/RU. English works fine. Also
   RU translation works fine the very first time clicking on RU page, but then when
   i click on any button it goes back to EN page. I think because under setting/
   general tab, there’s only one page that could be selected from the “Front End
   PM Page”. Is it possible to have an option to select different pages for different
   languages.
 * Thanks much.

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

 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/#post-10180590)
 * Which plugin you are using for multi-language setup?
 *  Thread Starter [viktord](https://wordpress.org/support/users/viktord/)
 * (@viktord)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/#post-10181246)
 * I’m using polylang plugin.
 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/#post-10183030)
 * add following code in your theme’s (child theme’s if any) functions.php
 *     ```
       add_filter( 'fep_page_id_filter', function( $page_id ){
           if( $page_id && function_exists( 'pll_get_post' ) ){
               $page_id = pll_get_post( $page_id );
           }
           return $page_id;
       });
       ```
   
 * Let me know.
 *  Thread Starter [viktord](https://wordpress.org/support/users/viktord/)
 * (@viktord)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/#post-10183525)
 * Yes that worked. Thanks

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

The topic ‘Translation’ is closed to new replies.

 * ![](https://ps.w.org/front-end-pm/assets/icon-256x256.gif?rev=2309447)
 * [Front End PM](https://wordpress.org/plugins/front-end-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-pm/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [viktord](https://wordpress.org/support/users/viktord/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/translation-863/#post-10183525)
 * Status: resolved