added language files to autoload
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 26e71f7..85b65aa 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -82,6 +82,21 @@
 

 /*

 | -------------------------------------------------------------------

+|  Auto-load Language files

+| -------------------------------------------------------------------

+| Prototype:

+|

+|	$autoload['language'] = array('lang1', 'lang2');

+|

+| NOTE: Do not include the "_lang" part of your file.  For example 

+| "codeigniter_lang.php" would be referenced as array('codeigniter');

+|

+*/

+

+$autoload['language'] = array('');

+

+/*

+| -------------------------------------------------------------------

 |  Auto-load Core Libraries

 | -------------------------------------------------------------------

 |