A Roundcube plugin to add a language selector dropdown in login screen
- Place this plugin folder into plugins directory of Roundcube
- Rename config.inc.php.dist to config.inc.php
- Add
login_lang
to $config['plugins'] in your Roundcube config
- require the package in composer:
"hassansin/login_lang": "dev-master"
composer update