Title: Multiple languages
Last modified: August 24, 2016

---

# Multiple languages

 *  [uphostudio](https://wordpress.org/support/users/uphostudio/)
 * (@uphostudio)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multiple-languages-13/)
 * Hello, my wordpress is multilanguage, I’m using polylang to make it so. How can
   I have the notice bar in two different appropriate languages depending on the
   page?
 * [https://wordpress.org/plugins/cookie-law-info/](https://wordpress.org/plugins/cookie-law-info/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154537)
 * Hi, WPML a is supported- the next release will include this as standard. It also
   can already be used with qTranslate. I’m not familiar with polylang but I can
   look into adding this as a feature.
 *  [MGDel](https://wordpress.org/support/users/mgdel/)
 * (@mgdel)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154819)
 * cool. i can’t wait for wpml integration. **The next version will allow to insert
   different links for the read more text (one for every language)?
    
   
    thanks
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154832)
 * I cannot use it with qTranslate. It ignores [:xx] language shortcodes.
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154833)
 * qTranslate does work, a number of people have posted solutions on these forums.
   Look up the solution on the forums here and also might be worth checking the 
   syntax you are using.
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154834)
 * Can you provide some link to solutions? I cannot find them.
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154836)
 * OK, I solved it in this way
 * Change in shortcodes.php
 *     ```
       // If is action not URL then don't use URL!
       $url = ( $settings['button_1_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_1_url'] : "#";
       ```
   
 * to
 *     ```
       // If is action not URL then don't use URL!
       $url = ( $settings['button_1_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_1_url'] : "#";
   
       // Q-TRANSLATE X SUPPORT # DdJ 31 May 2015
       if ( function_exists('qtrans_convertURL') ) {
       	$url = qtrans_convertURL($url);
       ```
   
 * in two places, for both button_1_action and button_x_action.
    However my change
   will be cancelled on next update to your plugin, unless you fix it yourself in
   original code.
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154837)
 * In addition, it is necesary to use Q-Translate X shortcodes in this way
 * [:la]language A[:lb]language B[:lc]language C[:]
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154838)
 * Thanks for that, I’ll add it to a future release. Version 1.4 is currently in
   test so I might be able to add it to that. Cheers

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Multiple languages’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [Richard](https://wordpress.org/support/users/richardashby/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/multiple-languages-13/#post-6154838)
 * Status: not a support question