Opened 8 years ago
Closed 5 years ago
#38675 closed enhancement (maybelater)
Add user language chooser to wp-signup.php
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7 |
Component: | I18N | Keywords: | 2nd-opinion |
Focuses: | Cc: |
Description
After core implemented a site language chooser during install (#28577), the language chooser was also added to the Sites -> Add New screen (#33528) and to wp-signup.php (#33844).
Core now has a per-user admin language setting (#29783). There's a ticket for adding the language chooser to the Users -> Add New screen (#38665).
This ticket is for investigating whether a language chooser should be added to wp-signup.php when a new user account is registered. The workflow is a little more complicated because it's possible to sign up for just a user account or a user account and a site at the same time and it needs to be clear which language chooser corresponds to the site language, and which to the user language (if indeed they're to be two separate settings).
@ocean90 @swissspidy do you have any opinions here?