CodeIgniter Forums
Issue with loading languages.. weird - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Issue with loading languages.. weird (/showthread.php?tid=25562)



Issue with loading languages.. weird - El Forum - 12-16-2009

[eluser]awpti[/eluser]
Howdy folks.

Here's my setup:

/system/application/language/english/register_lang.php

/system/application/language/german/register_lang.php

Both files exist.

English loads file.. german tells me:

Unable to load the requested language file: language/german/register_lang.php

I'm stumped.

NOTE:

It says the same thing even if the file is in /system/language/german/register_lang.php

EDIT: Latest release of CI (not SVN)


Issue with loading languages.. weird - El Forum - 12-17-2009

[eluser]awpti[/eluser]
Bump - any ideas? I still can't find anything on why this is happening.


Issue with loading languages.. weird - El Forum - 12-17-2009

[eluser]awpti[/eluser]
Bump again.

Have I run into a framework bug? Am I just utterly incapable of reading the sparse userguide page for languages?

As far as I can tell, I followed it to the T.