Title: [Plugin: mLanguage] set language from url
Last modified: August 19, 2016

---

# [Plugin: mLanguage] set language from url

 *  Resolved [kissja74](https://wordpress.org/support/users/kissja74/)
 * (@kissja74)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-mlanguage-set-language-from-url/)
 * Hi, I’d like to make a small modify in your plugin but no success. I’d like to
   be able to set the displayed language also from url (with $_GET ), but I can’t
   find the right place for this in your code.
    I admit that I’m a lame, I simply
   can’t find where you get the cookie’s value 🙂
 * Any help would be appreciated.
 * (WP 3.1 ML 1.5.6)
 * [http://wordpress.org/extend/plugins/mlanguage/](http://wordpress.org/extend/plugins/mlanguage/)

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

 *  Plugin Author [Alexander Rauscha](https://wordpress.org/support/users/sirlon/)
 * (@sirlon)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-mlanguage-set-language-from-url/#post-1972156)
 * check mlanguage.php line 83
 * add
    `$s = $_GET[your_param];`
 * after
    `if($_COOKIE["WPmlang"]) $s = substr($_COOKIE["WPmlang"], 0, 2);`
 * and delete the cookie code in mlanguge.js on line 53 + 54
 *  Thread Starter [kissja74](https://wordpress.org/support/users/kissja74/)
 * (@kissja74)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-mlanguage-set-language-from-url/#post-1972179)
 * okay, i’m officially lame 🙁
 * i did the same but it didn’t work till now when i recognized that in the url 
   i put the param after a “?” instead of “&”… sometimes i’m so dumb 🙁
 * for the titles i did the same at function mlang_title ( for the title there is
   a $c ) and now it works like a charm 🙂
 * thank you!

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

The topic ‘[Plugin: mLanguage] set language from url’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [kissja74](https://wordpress.org/support/users/kissja74/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-mlanguage-set-language-from-url/#post-1972179)
 * Status: resolved