Hi,
Is it possible to change the default language to Norwegian, Bokmål or Norwegian, Nynorsk?
Yes RoundCube has support for both.
do you know where i can change this? i tried changing $rcmail_config['language'] = ''; to $rcmail_config['language'] = 'no';
in roundcube\config\main.inc.php.
but its not working :s
You can set $rcmail_config['language'] to:
"nb_NO" for Norwegian (Bokmål)
"nn_NO" for Norwegian (Nynorsk)
You should also be able to change it in the RoundCube settings.