CoolBrew User Guide Version 1.3
Based on CodeIgniter Version 1.5.4


Language Class

Note: This page is an extension of the CodeIgniter User Guide page of the same name. Please read the CodeIgniter Language Class section in addition to this page for complete information about this feature.

Document-Level Language Files

Language files are typically stored in your system/language directory. Alternately you can create a folder called language inside your module folder and store them there, or you can create that same folder inside your document root and store them there.

CoolBrew will look for your requested language file in each of the three folders and use the first one it finds:

  1. DOCPATH/language/
  2. system/MODULE_NAME/language/
  3. system/language/