diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:08:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:08:20 +0100 |
commit | f0b3994f51937c643200a0547f70b1fa7d94f88a (patch) | |
tree | d30a6636bc413f9dacbccca13a3f1dd8beffa65a /user_guide/libraries/language.html | |
parent | 022be04a8262857e1bab9bf65e45817d398c31e6 (diff) |
moved application folder outside of the system folder
Diffstat (limited to 'user_guide/libraries/language.html')
-rw-r--r-- | user_guide/libraries/language.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html index 9e50901a0..ee78c765a 100644 --- a/user_guide/libraries/language.html +++ b/user_guide/libraries/language.html @@ -64,7 +64,7 @@ Language Class your own language files as needed in order to display error and other messages in other languages.</p> <p>Language files are typically stored in your <dfn>system/language</dfn> directory. Alternately you can create a folder called <kbd>language</kbd> inside -your <kbd>application</kbd> folder and store them there. CodeIgniter will look first in your <dfn>system/application/language</dfn> +your <kbd>application</kbd> folder and store them there. CodeIgniter will look first in your <dfn>application/language</dfn> directory. If the directory does not exist or the specified language is not located there CI will instead look in your global <dfn>system/language</dfn> folder.</p> |