CodeIgniter Forums
using turkish language file problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: using turkish language file problem (/showthread.php?tid=18489)



using turkish language file problem - El Forum - 05-08-2009

[eluser]asmode[/eluser]
hi,
i download turkish files and copy to system/language
then i changed $config['language'] = "english";
with $config['language'] = "turkish"; in config
/config.php
but i doesn't work.
i take this error:
An Error Was Encountered
Unable to load the requested language file: language/form_validation_lang.php

what can i do?


using turkish language file problem - El Forum - 05-08-2009

[eluser]xwero[/eluser]
is the file present?


using turkish language file problem - El Forum - 05-08-2009

[eluser]asmode[/eluser]
of course
but the interesting thing is i copy files into the system/language/turkish
but the error says me system/language/


using turkish language file problem - El Forum - 05-08-2009

[eluser]xwero[/eluser]
It's a minor bug in the error message, someone else discovered it a few days ago too.

Maybe there is an error in the file? a forgotten semi colon or something like that. Try loading it manually to see if other errors appear.

edit : bug report


using turkish language file problem - El Forum - 06-30-2009

[eluser]psycho-vnz[/eluser]
If you are testing on Linux OS check the permissions of the files in your language folder