Title: Language switcher problem
Last modified: August 22, 2016

---

# Language switcher problem

 *  Resolved [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/)
 * Hi,
 * Is it possible to decide where you want the language switcher in your main navigation
   bar? I would like it on top of my main menu. Also, how can I remove the flags
   icons?
 * [https://wordpress.org/plugins/qtranslate-x/](https://wordpress.org/plugins/qtranslate-x/)

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/topic/language-switcher-problem-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/language-switcher-problem-1/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/language-switcher-problem-1/page/2/?output_format=md)

 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883123)
 * [@nic727](https://wordpress.org/support/users/nic727/),
 * maybe this [helps](https://wordpress.org/support/topic/adding-language-switcher-at-any-point?replies=10)
 * Success
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883126)
 * ok thank you, and how to remove flags?
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883127)
 * See under FAQ – Can I change the look of Language Switcher Menu?
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883131)
 * Ok yeah, where do I enter the informations?
 * Can I change the look of Language Switcher Menu?
    The following query options
   can be typed in the field “URL” of “Language Menu” custom menu item, after “#
   qtransLangSw?”, separated by “&”, same way as options are provided on a query
   string:
 * type=[LM|AL] – type of menu:
 * “LM” – Language Menu (default).
    “AL” – Alternative Language: the top menu entry
   displays the first available language other than the current. title=[none|Language
   |Current] – title text of the top item:
 * “Language” – word “Language” translated to current language (default).
    “none”–
   no title in the top of menu, flag only. “Current” – displays current language
   name. flags=[none|all|items] – the way to display language flags:
 * “none” – no flag is shown in any item, including the top item.
    “all” – all items
   show flag, including the top item. “items” – only sub-items show corresponding
   flag, top item does not. current=[shown|hidden] – whether to display the current
   language in the menu.
 * For example, to show flag only in the top language menu item, enter #qtransLangSw?
   title=none, if in addition to this current language is not needed to be shown,
   enter #qtransLangSw?title=none&current=hidden, and so on.
 * We understand that this is not a very user-friendly way to adjust the options,
   but it works, and we will provide a better in-editor interface to specify them
   in the future.
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883137)
 * In your Theme CSS file play with:
 * .qtranxs_language_chooser li { display: none; } for example
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883142)
 * ok I will try. Also, is it possible to make that my switcher only show the other
   language. For exemple, if I’m on the french website, I only see “english” on 
   top right and on english website I only see “francais” to switch in one click.
   I only have two language, so I think it’s a good option.
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883152)
 * Or maybe it’s in the php? I can’t see #qtransLangSw? or other options like type
   =[LM|AL] – type of menu:
 * I know that I’m asking a lot of thing (maybe it will help other too) Is it possible
   to remove language switcher from the admin panel?
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883156)
 * #qtransLangSw? can be used in the Language Switcher widget under Appearance –
   Menus
 * Do you not use the widgets you’ll need to experiment with changes in the CSS 
   file of your theme and php code.
 * > Is it possible to remove language switcher from the admin panel?
 * why so?
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883164)
 * I found : #qtransLangSwLM# in the language menu in my menu as an URL.
 * So I wrote something like : #qtransLangSwLM#&flags=none
 * Nothing changed.
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883173)
 * try #qtransLangSw?flags=none
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883176)
 * ok it work. What about what I was talking (only show other language)?
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883178)
 * experiment with the all the differences.
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883179)
 * ok got it alone with this full code (if it can help someone) :
 * [http://qtransLangSw?flags=none&type=al](http://qtransLangSw?flags=none&type=al)
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883180)
 * Ok, this is Resolved now?
 *  Thread Starter [Nic727](https://wordpress.org/support/users/nic727/)
 * (@nic727)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/#post-5883181)
 * yes 🙂

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/topic/language-switcher-problem-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/language-switcher-problem-1/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/language-switcher-problem-1/page/2/?output_format=md)

The topic ‘Language switcher problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

 * 35 replies
 * 8 participants
 * Last reply from: [jelly012](https://wordpress.org/support/users/jelly012/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-problem-1/page/3/#post-5883548)
 * Status: resolved