File tree Expand file tree Collapse file tree
user_guide_src/source/outgoing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,6 @@ CodeIgniter provides several tools to help you localize your application for dif
1414localization of an application is a complex subject, it's simple to swap out strings in your application
1515with different supported languages.
1616
17- Language strings are stored in the **app/Language ** directory, with a sub-directory for each
18- supported language (locale)::
19-
20- app/
21- Language/
22- en/
23- App.php
24- fr/
25- App.php
26-
2717Configuring the Locale
2818======================
2919
@@ -139,6 +129,16 @@ Language Localization
139129Creating Language Files
140130=======================
141131
132+ Language strings are stored in the **app/Language ** directory, with a sub-directory for each
133+ supported language (locale)::
134+
135+ app/
136+ Language/
137+ en/
138+ App.php
139+ fr/
140+ App.php
141+
142142.. note :: The Language Files do not have namespaces.
143143
144144Languages do not have any specific naming convention that are required. The file should be named logically to
You can’t perform that action at this time.
0 commit comments