Title: Widget WP Mulitilang
Last modified: December 11, 2017

---

# Widget WP Mulitilang

 *  [alvima](https://wordpress.org/support/users/alvima/)
 * (@alvima)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/widget-wp-mulitilang/)
 * Hello,
 * I would like put the WP Multilang widget in my header instead of sidebar. For
   that I must call to the function the_widget() in the header.
 * I have added the following code:
 * the_widget( ‘WPM_Widget_Language_Switcher’, ‘title=’ );
 * But don’t work. Must I call the function with other parameters?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/widget-wp-mulitilang/#post-9770108)
 * For displaying language switcher in any place of a theme, You need to use function
 *     ```
       if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();
       ```
   
 * as it describe in the description of the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Widget WP Mulitilang’ is closed to new replies.

 * ![](https://ps.w.org/wp-multilang/assets/icon-256x256.png?rev=1760406)
 * [WP Multilang - Translation and Multilingual Plugin](https://wordpress.org/plugins/wp-multilang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multilang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multilang/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multilang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multilang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multilang/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 2 participants
 * Last reply from: [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/widget-wp-mulitilang/#post-9770108)
 * Status: not resolved