summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-12 14:14:45 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-12 14:14:45 +0200
commitc9e2b10f08a3c718e52e287e2dd14b880e4e3057 (patch)
treeec92a77963e8677ef6b0b270ae3e954717f2a49d /user_guide/libraries
parent2d2437edf10edf2669dd85e5943bd4061216eef0 (diff)
added language files to autoload
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/language.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html
index 6a74cc963..7cc74b61d 100644
--- a/user_guide/libraries/language.html
+++ b/user_guide/libraries/language.html
@@ -115,12 +115,9 @@ is the language set containing it (ie, english). If the second parameter is mis
<p>Where <samp>language_key</samp> is the array key corresponding to the line you wish to show.</p>
<p>Note: This function simply returns the line. It does not echo it for you.</p>
-
-
-
-
-
-
+<h2>Auto-loading Languages</h2>
+<p>If you find that you need a particular language globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the language(s) to the autoload array.</p>
+<p>&nbsp;</p>
</div>
<!-- END CONTENT -->