Welcome Guest, Not a member yet? Register   Sign In
rookies question about select another language
#1

[eluser]RcCluster[/eluser]
hi,

i started with ci today and try to change the language to german. therefore i downloaded the german language files and store them to

Code:
application/language/german

after this i shanged my application/config/autoload.php

Code:
$autoload['language'] = array('german');

but there is an errormessage:

Quote:An Error Was Encountered

Unable to load the requested language file: language/german_lang.php

this means that on special file is not found. but i wand to change all the files from standard english to german. can someone help me??

thanks
RcCluster
#2

[eluser]RcCluster[/eluser]
ok i found it myself.

Code:
$config['language']    = "german";

in system/application/config.php

thanks
RcCluster




Theme © iAndrew 2016 - Forum software by © MyBB