From e7e1dcd452a15abaaa01c03cd1ade564e3a59453 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 18:04:01 +0000 Subject: --- user_guide/libraries/language.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/language.html') diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html index 042a1dbf9..107865318 100644 --- a/user_guide/libraries/language.html +++ b/user_guide/libraries/language.html @@ -70,7 +70,7 @@ your own language files as needed in order to display error and other messages i

Language files are typically stored in your system/language directory. Alternately you can create a folder called language inside your application folder and store them there. Code Igniter will look first in your system/application/language -directory. If the direcotry does not exist or the specified language is not located there CI will instead look in your global +directory. If the directory does not exist or the specified language is not located there CI will instead look in your global system/language folder.

Note:  Each language should be stored in its own folder. For example, the English files are located at: -- cgit v1.2.3-24-g4f1b