Title: [Plugin: Multisite Language Switcher] specific order
Last modified: August 20, 2016

---

# [Plugin: Multisite Language Switcher] specific order

 *  Resolved [freddy.donckels](https://wordpress.org/support/users/freddydonckels/)
 * (@freddydonckels)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/)
 * Hi,
    Is there a way to impose a specific order to the flags different from the
   default order or the alphabatic order? Thanks. Freddy
 * [http://wordpress.org/extend/plugins/multisite-language-switcher/](http://wordpress.org/extend/plugins/multisite-language-switcher/)

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

 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470589)
 * Yes, you can place some code in the functions.php of your theme like [this](https://github.com/lloc/Multisite-Language-Switcher/wiki/Change-the-blog-collection).
 *  Thread Starter [freddy.donckels](https://wordpress.org/support/users/freddydonckels/)
 * (@freddydonckels)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470592)
 * Thank you !
    freddy
 *  [ideeone](https://wordpress.org/support/users/ideeone/)
 * (@ideeone)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470679)
 * Hello,
    I’m building my first multi lingual site…. I don’t seem to be able to
   change the order of the flags. I used the code to change the blog collection,
   but I’m not quite there yet. Do I need to use a specific blog ID to replace the
   numbers ( 1, 2, ) – where do I find it? Please help! Thank you. /ideeone
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470680)
 * As network-admin in “Sites” you can just place your mouse over the links of the
   blogs and you can see the IDs.
 *  [fraincs](https://wordpress.org/support/users/fraincs/)
 * (@fraincs)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470719)
 * Trying to do the same, my blogs ID are 2 and 3
 * So I added but my order stays the same what should I do
 * function my_msls_blog_collection_get( $arr ) {
    $arr = array(); foreach ( array(
   3, 2, ) as $id ) { $arr[$id] = get_blog_details( $id ); } return $arr; } add_filter(‘
   msls_blog_collection_construct’, ‘my_msls_blog_collection_get’ );
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470720)
 * There has changed something. For example there is a sort-method in the class 
   MslsBlog so your function will just work on which blogs the plugin has to collect.
   At the moment you can sort by language-code or description but maybe you can 
   explain what you want to do?
 *  [fraincs](https://wordpress.org/support/users/fraincs/)
 * (@fraincs)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470721)
 * I want to switch the order which my description shows on my website
    Right now
   it’s EN – FR and I want FR – EN
 * Description is EN and FR since E is before F I want the reverse order
 *  [zouzouille](https://wordpress.org/support/users/zouzouille/)
 * (@zouzouille)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470722)
 * Hello,
 * I would like to display my flags in ascending order of IDs is it possible?
 * I have DE FR PT US and I would like US(1) FR(2) DE(3) PT(4)
 * Thanks for your help.

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

The topic ‘[Plugin: Multisite Language Switcher] specific order’ is closed to new
replies.

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

 * 8 replies
 * 5 participants
 * Last reply from: [zouzouille](https://wordpress.org/support/users/zouzouille/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-multisite-language-switcher-specific-order/#post-2470722)
 * Status: resolved