Title: Change language
Last modified: June 14, 2018

---

# Change language

 *  Resolved [sibichan](https://wordpress.org/support/users/sibichan/)
 * (@sibichan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-language-167/)
 * Hi,
 * Iam using your plugin with French language.
 * I changed the “Archive the page template to ‘Vidéo’ in admin area settings ” .
   also changed the menu name to Vidéo.
 * But when I use breadcrumb, its still showing ‘Prédications’. How to change ‘Prédications’
   to ‘Vidéo’.
 * I tried to change it from languages/sermon-manager-for-wordpress-fr_FR.po. But
   it was not working.
 * Screenshot here [http://imagehostnow.com/v/2735](http://imagehostnow.com/v/2735)
    -  This topic was modified 7 years, 10 months ago by [sibichan](https://wordpress.org/support/users/sibichan/).

Viewing 1 replies (of 1 total)

 *  [Nikola](https://wordpress.org/support/users/nikolam/)
 * (@nikolam)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-language-167/#post-10427110)
 * Hi,
 * If you remember the function that we added earlier for changing filter dropdown
   labels, navigate to it, then just add the following code after `switch ( $text){`:
 *     ```
       		case 'Sermons':
       			$translated_text = 'Vidéo';
       			break;
       ```
   
 * Thank you for your patience!

Viewing 1 replies (of 1 total)

The topic ‘Change language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nikola](https://wordpress.org/support/users/nikolam/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/change-language-167/#post-10427110)
 * Status: resolved