WP Manifestindependent plugin directory
manifest / i18n / wcm_lang_switch

User Language Switcher

Adds a button to the admin toolbar. This buttons allows users to seamlessly switch between available languages..

by Stephen Harris · github.com/wecodemore/wcm_lang_switch · website

20stars
2kcomposer installs
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wecodemore/wcm_lang_switch/archive/refs/heads/master.zip

Also on Packagist as wcm/wcm-lang-switch:

composer require wcm/wcm-lang-switch

From the readme

WCM User Language Switcher # Adds a button to the admin toolbar. This buttons allows users to seamlessly switch between available languages. Description ## WCM Language Switcher adds a button to the admin toolbar that allows users to seamlessly switch between available languages. WeCodeMore (WCM) is your label for high quality WordPress code from renowned authors. If you want to get updates, just follow us on… our GitHub repository Installation ## Extract the zip file and just drop the contents in the ~/wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. It scans the language directory to build the list of available languages. To add a language, simple download the appropriate mo file and add to your WordPress languages folder. This plugin was originally built as a means of plugin and theme developers to test translations of their plugins or themes. Frequently Asked Questions ## Filters ### If you

Read the full README on GitHub →