Translations files for the stable CI 2.1
See the CodeIgniter user guide for placing and using the language files.
If you wan't do default load the danish translation, open application/config/config.php
and change the language config setting to the following:
/*
|--------------------------------------------------------------------------
| Default Language
|--------------------------------------------------------------------------
|
| This determines which set of language files should be used. Make sure
| there is an available translation if you intend to use something other
| than english.
|
*/
$config['language'] = 'danish';