Description of the need
I'm not sure if it's a need, but it might be helpful in some cases. Feedback is welcome.
The SAPI is the type of interface between web server and PHP, something like apache2handler (=mod_php), cgi, cgi-fcgi, fpm-fcgi...
Proposed solution
Easy: collect PHP_SAPI values.
Alternatives that have been considered
Not collecting it :grinning:
Additional information
Function php_sapi_name() returns the same value.
GitHub Issue #:
5449
Recent comments
There is a Drupal 7 contrib module that "lets the administrator see all administration pages in her preferred language" and which could be ported to Backdrop: https://www.drupal.org/project/...
Allow admin to select admin language seperate from front end language (multilingual)
@stpaultim – You're right: my approach affects also the main menu. I guess, because menus are also considered as user interface (not as content). @findlabnet – If I didn't miss anything,...
Allow admin to select admin language seperate from front end language (multilingual)
Go to the account edit of the desired user. On the horizontal tab below "Region and Language," select "English" or another language. WFM.
Allow admin to select admin language seperate from front end language (multilingual)