Added a config param to force a specific language

This commit is contained in:
Sandy Pleyte 2014-12-27 17:09:27 +01:00
parent 9f683f61e2
commit 10297299d4
2 changed files with 12 additions and 3 deletions

View file

@ -275,4 +275,10 @@
$config['cops_basic_authentication'] = NULL;
/* Which template is used */
$config['cops_template']= 'default';
$config['cops_template'] = 'default';
/*
* Set language code to force a language (see lang/ directory for available languages).
* When empty it will auto detect the language.
*/
$config['cops_language'] = '';