Title: Custom language switcher
Last modified: August 30, 2016

---

# Custom language switcher

 *  Resolved [bruno1971](https://wordpress.org/support/users/bruno1971/)
 * (@bruno1971)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-language-switcher/)
 * Hello,
 * I will be using Polylang for my client’s website. We need three languages – Czech,
   English and German.
 * And although I like Polylang’s features I’d love to have a different language
   switcher.
 * I need to place it next to the header navigation outside of the body container.
 * And no names or flags, just codes: CZ, EN and DE.
 * Can this actually be achieved? With my only little knowledge of CSS? 🙂
 * I’ve got this code snippet that I used on a different website but don’t know 
   if it’s gonna work and which file to put it in.
 *     ```
       <div style="float:right; padding-top: 15px; padding-right:  -100px;">
       				<a href="./?lang=cz" class="default" title="Czech">
       						<span style= "font-size:14px">CZ</span></a>
       				<a href="./?lang=en" class="default" title="English">
       						<span style= "font-size:14px">&nbsp;&nbsp;EN</span></a>
       	                </div>
       ```
   
 * Here’s the picture of what I need to end up with:
 * [http://www.akkozak.cz/wp-content/uploads/2015/09/Screen%20Shot%202015-09-02%20at%2012.04.02.jpg](http://www.akkozak.cz/wp-content/uploads/2015/09/Screen%20Shot%202015-09-02%20at%2012.04.02.jpg)
 * Thanks for help!
 * David
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 1 replies (of 1 total)

 *  [maximaldesign](https://wordpress.org/support/users/maximaldesign/)
 * (@maximaldesign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-language-switcher/#post-8333706)
 * This would be interesting for me too! Any php code for getting the adequate translation
   url?

Viewing 1 replies (of 1 total)

The topic ‘Custom language switcher’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [maximaldesign](https://wordpress.org/support/users/maximaldesign/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/custom-language-switcher/#post-8333706)
 * Status: resolved