Title: Multi Language Menu
Last modified: May 19, 2022

---

# Multi Language Menu

 *  Resolved [futurisedde](https://wordpress.org/support/users/futurisedde/)
 * (@futurisedde)
 * [4 years ago](https://wordpress.org/support/topic/multi-language-menu/)
 * Hey Guys!
 * I would like to Know if it is possible to show more then one Language Option 
   at the Time, so you dont have a Dropdown for the other languages.
 * So not like this:
    (Click on the Link)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmulti-language-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Denis](https://wordpress.org/support/users/sdenis/)
 * (@sdenis)
 * [4 years ago](https://wordpress.org/support/topic/multi-language-menu/#post-15664924)
 * Hello,
 * Yes, we offer a way to add the language switcher as a shortcode into your theme
   or, directly in a menu that you create it in Appearances → Menus as well.
    [https://translatepress.com/docs/settings#language-switcher](https://translatepress.com/docs/settings#language-switcher)
 * Also, If you are looking for more radical changes, you can create your own language
   switcher using our code as an example.
 * Basically, the language switcher consists of a series of anchor tags with href
   attributes pointing to the equivalent page in different languages.
    It’s important
   to use anchor tags if you are planning to use the Automatic User Language Detection
   Add-on.
 * (
    [ English ](https://example.com/en/page/) [ French ](https://example.com/fr/page/))
 * You can find the code for the already built language switchers here:
 * 1. Floater language switcher
    wp-content/plugins/translatepress/includes/class-
   language-switcher.php (function add_floater_language_switcher) wp-content/plugins/
   translatepress/assets/css/trp-floater-language-switcher.css
 * ​2. Shortcode language switcher [language_switcher]
    wp-content/plugins/translatepress/
   includes/class-language-switcher.php ( function language_switcher ) wp-content/
   plugins/translatepress/partials/language-switcher-shortcode.php wp-content/plugins/
   translatepress/assets/css/trp-language-switcher.css
 * Use the code as an example of how to build a language switcher.`
 * Cheers,

Viewing 1 replies (of 1 total)

The topic ‘Multi Language Menu’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Denis](https://wordpress.org/support/users/sdenis/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/multi-language-menu/#post-15664924)
 * Status: resolved