Title: Breadcrumb – multilanguage
Last modified: March 31, 2021

---

# Breadcrumb – multilanguage

 *  Resolved [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/)
 * Please tell me why the “Home Text” field does not support multilingualism? translation
   modules do not find the Home field (even if the text is changed there)
    for other
   modules finds for example
 * probably there are no fields with the function: _e () or __ () together with 
   pll __ (), pll_e () and pll_register_string ()
 * I also did by creating a translation in POedit via the .mo and .po file in the/
   flexy-breadcrumb / languages folder – does not work

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

 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14259973)
 * and there is no option to disable the use of font-awesome from the module (for
   example, when it is already used in the site template)
    optimization of loading
   and site load
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14263701)
 * Hello [@se8pro](https://wordpress.org/support/users/se8pro/),
 * We apologies for the inconvenience.
 * 1) We acknowledged your issue and added it to our pipeline for the next release,
   but for now, you can add custom translated text in the “Home Text” field.
 * 2) You can revoke the use of font-awesome by doing modifications. Please add 
   the following code in the functions.php file in your activated theme.
 *     ```
       add_action( 'wp_enqueue_scripts', 'fbc_dequeue_font_awesome', 11 );
   
       function fbc_dequeue_font_awesome() {
           wp_dequeue_style( 'flexy-breadcrumb-font-awesome' );
       }
       ```
   
 * Feel free to reach us if the issue still persists.
 * Regards,
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14275699)
 * thanks for the answer
 * and when checking in [https://search.google.com/structured-data/testing-tool/](https://search.google.com/structured-data/testing-tool/)
   writes 1 error: Specify the name or item.name property
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14276552)
 * Hello [@se8pro](https://wordpress.org/support/users/se8pro/),
 * Thank you for writing to us.
 * We are glad to inform you that we have resolved this issue in the recent update
   of Flexy Breadcrumb v1.1.4, so please update.
 * Feel free to reach out for further assistance.
 * Regards,
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14276858)
 * > We are glad to inform you that we have resolved this issue in the recent update
   > of Flexy Breadcrumb v1.1.4, so please update.
   >  Feel free to reach out for further
   > assistance.
 * Yes, I am using the latest version. I understood what was the reason (item.name)–
   when I do not write the text in the “Home text” field.
    Ok, I’ll wait for the
   update when this field is multilingual. thanks
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14277247)
 * who needs it faster, you can do it with a small fix:
    replacing on line 149 with:
 * flexy-breadcrumb/includes/class-flexy-breadcrumb-trail.php
 *     ```
       //echo esc_attr($fbc_front_text);
       esc_html_e('Home', 'flexy-breadcrumb');
       ```
   
 *  [Simuzer](https://wordpress.org/support/users/simuzer/)
 * (@simuzer)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14283119)
 * And, on search page and multipage..
 * Home > … > … > Search: …
 * Home > … > …. > Page 2
    Home > … > …. > Page 3 Home > … > …. > Page 4 … …
 * i cannot translate “Search:” to Turkish “Arama:” and, “Page” to Turkish “Sayfa”..
   
   i use Loco Translate.. There is only “Home” ?? not “Search” and “Page”.. maybe
   others i dont see.
 *  [Simuzer](https://wordpress.org/support/users/simuzer/)
 * (@simuzer)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14283582)
 * -> flexy-breadcrumb/includes/class-flexy-breadcrumb-trail.php
 * on line **731:**
    `esc_html__('Page', 'flexy-breadcrumb')`
 * on line **752** and **755**:
    `('Search: ', 'flexy-breadcrumb')`
 * on line **707**:
    `esc_html__('Error 404', 'flexy-breadcrumb')`
    -  This reply was modified 5 years, 1 month ago by [Simuzer](https://wordpress.org/support/users/simuzer/).
    -  This reply was modified 5 years, 1 month ago by [Simuzer](https://wordpress.org/support/users/simuzer/).
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14286675)
 * Dear [@simuzer](https://wordpress.org/support/users/simuzer/) & [@se8pro](https://wordpress.org/support/users/se8pro/),
 * Thank you for your feedback and suggestion. Please note that we will fix this
   issue in the next release. 
 * Regards,
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14726906)
 * Since the update of the module has not yet been released (to support WPML + polylang
   translations), and who needs to quickly fix the translation of the main text 
   for several languages through the polylang module, here is an option:
 * replacing on line 149 with:
    flexy-breadcrumb/includes/class-flexy-breadcrumb-
   trail.php
 *     ```
       //echo esc_attr($fbc_front_text);
         $my_lang = pll_current_language();
         if ( $my_lang == 'uk' ) {
           echo "Text home ukr";
         }
         elseif ( $my_lang == 'ru' ) {
           echo "Text home rus";
         }
         else {
           echo "Text home eng";
         }
       ```
   

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

The topic ‘Breadcrumb – multilanguage’ is closed to new replies.

 * ![](https://ps.w.org/flexy-breadcrumb/assets/icon-256x256.png?rev=1839281)
 * [Flexy Breadcrumb](https://wordpress.org/plugins/flexy-breadcrumb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexy-breadcrumb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexy-breadcrumb/)
 * [Active Topics](https://wordpress.org/support/plugin/flexy-breadcrumb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexy-breadcrumb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexy-breadcrumb/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Sergiy](https://wordpress.org/support/users/se8pro/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14726906)
 * Status: resolved