You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple, powerful and easy to use plugin that will help you to manage multilingual content in a multisite WordPress installation.
13
+
A simple, powerful and easy-to-use plugin that will help you to manage multilingual content in a multisite WordPress installation.
14
14
15
15
== Description ==
16
16
17
17
A simple, powerful, and user-friendly plugin that adds multilingual support to your [WordPress multisite](https://wordpress.org/documentation/article/create-a-network/) installation, whether using multiple subdomains or folders. Multisite Language Switcher allows you to effortlessly manage translations for posts, pages, custom post types, categories, tags, and custom taxonomies.
18
18
19
-
The plugin uses flag-icons from [FamFamFam](http://famfamfam.com). Thanks to Mark James for his great work. In addition, I would like to thank [Jürgen Mayer](https://creativpin.com) for creating the plugin's banner.
19
+
The plugin uses flagicons from [FamFamFam](http://famfamfam.com). Thanks to Mark James for his great work. In addition, I would like to thank [Jürgen Mayer](https://creativpin.com) for creating the plugin's banner.
20
20
21
21
Please, don't forget to [rate this plugin](https://wordpress.org/support/plugin/multisite-language-switcher/reviews/)! :-)
22
-
22
+
23
23
== Installation ==
24
24
25
25
* Use the WordPress admin to install the plugin from there or
26
-
* download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
26
+
* Download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in the plugin directory of your WordPress blog (/wp-content/plugins)
27
27
* Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the blog administrator for each particular blog).
28
28
* You need to activate the plugin once in each blog, by setting the configuration in `Settings` -> `Multisite Language Switcher`
29
29
30
30
Now you can:
31
31
32
-
* connect your translated pages and posts in `Posts` -> `Edit` or `Page` -> `Edit`
33
-
* connect your translated categories and tags in `Posts` -> `Categories` or `Post` -> `Tags`
32
+
* Connect your translated pages and posts in `Posts` -> `Edit` or `Page` -> `Edit`
33
+
* Connect your translated categories and tags in `Posts` -> `Categories` or `Post` -> `Tags`
34
34
* connect your Custom Post Types and Custom Taxonomies across languages
35
35
* use the widget, the Gutenberg block, the shortcode [sc_msls] and/or a content_filter which displays a hint to the user if a translation is available
36
36
* you can find also a shortcode for the widget [sc_msls_widget]
@@ -48,17 +48,17 @@ You might read first [WordPress in your language](http://codex.wordpress.org/Wor
48
48
49
49
You can choose the language of the dashboard in the settings of your user profile.
50
50
51
-
= Do I really need a multisite? =
51
+
= Do I need a multisite? =
52
52
53
53
It's up to you - of course. But yes, if you want to use the Multisite Language Switcher.
54
54
55
55
= How can I automatically redirect users based on the browser language? =
56
56
57
57
The Multisite Language Switcher does not redirect the users automatically. I'm not sure if the plugin should do that. You might check out this [jQuery plugin](
58
-
https://github.com/danieledesantis/jquery-language-detection) or [this approach with a theme](https://github.com/oncleben31/Multisite-Language-Switcher-Theme)
58
+
https://github.com/danieledesantis/jquery-language-detection) or [this approach with a theme](https://github.com/oncleben31/Multisite-Language-Switcher-Theme)
59
59
if you need such functionality.
60
60
61
-
= How can I add the Multisite Language Switcher to the nav-menu of my blog? =
61
+
= How can I add the Multisite Language Switcher to the navmenu of my blog? =
62
62
63
63
Please check the add-on [MslsMenu](https://wordpress.org/plugins/mslsmenu/) out.
64
64
@@ -68,9 +68,9 @@ Please check the add-on [MslsSelect](https://wordpress.org/plugins/mslsselect/)
68
68
69
69
= I don't want to upload the same media files for every site. What can I do? =
70
70
71
-
You could try the plugin [Network Shared Media](http://wordpress.org/plugins/network-shared-media/). It adds a new tab to the "Add Media" window, allowing you to access the media files in the other sites in your multisite.
71
+
You could try the plugin [Network Shared Media](http://wordpress.org/plugins/network-shared-media/). It adds a new tab to the "Add Media" window, allowing you to access the media files on the other sites in your multisite.
72
72
73
-
= Is there a function I can call to get the language of the page the user is currently viewing? =
73
+
= Can I call a function to get the language of the page the user is viewing? =
74
74
75
75
Yes, you should use the WordPress API function `get_locale()` but you could also use code like that
You can translate this plugin on [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/multisite-language-switcher/), or if you prefer and have created your own language pack, or have an update of an existing one, you can [send me](mailto:[email protected]) your gettext PO and MO so that I can
130
+
You can translate this plugin on [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/multisite-language-switcher/), or if you prefer and have created your language pack, or have an update of an existing one, you can [send me](mailto:[email protected]) your Gettext PO and MO so that I can
131
131
bundle it into the Multisite Language Switcher. You can download the latest POT file
0 commit comments