• Subsite users in a multi-lingual multi-site network will appreciate the ease of transitioning from one language to another. This also allows the settings > general menu (where language switching also appears) to be hidden if necessary.

Viewing 1 replies (of 1 total)
  • Plugin Author Franz Josef Kaiser

    (@f-j-kaiser)

    Thanks for your nice review. Sadly part of the post got cut off, but I received the full one per email. Here’s the rest:

    (…) If you are applying it to your own plugin, make sure you code for localization properly:

    add_action('plugins_loaded','my_plugin_localization');
    function my_plugin_localization() {
            load_plugin_textdomain( 'mylocal', false, dirname( plugin_basename(__FILE__)) . '/languages/' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Great for serving a multi-lingual audience on multisite’ is closed to new replies.