Descrizione
Add a user locale drop-down menu item in the WordPress admin back-end admin and front-end toolbar menus.
Perfect for anyone that needs to switch languages quickly and easily – allows logged-in users to change their preferred locale / language setting right from the toolbar menu (instead of having to update their WordPress user profile page).
The default WordPress behavior is to apply the user locale preference to the admin back-end only – this plugin extends the user locale / language preference to the front-end webpage as well.
There are no plugin settings – simply install and activate the plugin.
Do you use the Polylang plugin?
If the Polylang plugin is active, the user locale menu will automatically use the correct Polylang language URLs for the current webpage.
Screenshot
Recensioni
Contributi e sviluppo
“JSM User Locale Selector” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“JSM User Locale Selector” è stato tradotto in 3 lingue. Grazie ai traduttori per i loro contributi.
Traduci “JSM User Locale Selector” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 2.2.1 (2023/07/08)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Minor code optimization and standardization:
- Replaced
{get|update|delete}_{comment|post|term|user}_meta()
functions by{get|update|delete}_metadata()
.
- Replaced
- Minor code optimization and standardization:
- Requires At Least
- PHP v7.2.34.
- WordPress v5.8.
Version 2.2.0 (2021/11/26)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Removed the minimum WP version check.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
Version 2.1.0 (2021/11/15)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Refactored the
JSM_User_Locale->add_locale_toolbar()
method.
- Refactored the
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
Version 2.0.0 (2020/10/15)
Maintenance release.
- New Features
- None.
- Improvements
- Added a call to switch_to_locale() on the front-end.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v5.2.