File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
user_guide_src/source/outgoing Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,10 @@ Basic Usage
159159===========
160160
161161You can use the :php:func: `lang() ` helper function to retrieve text from any of the language files, by passing the
162- filename and the language key as the first parameter, separated by a period (.). For example, to load the
163- ``errorEmailMissing `` string from the **Errors.php ** language file, you would do the following:
162+ filename and the language key as the first parameter, separated by a period (``. ``).
163+
164+ For example, to load the ``errorEmailMissing `` string from the **Errors.php **
165+ language file, you would do the following:
164166
165167.. literalinclude :: localization/010.php
166168
@@ -169,7 +171,7 @@ For nested definition, you would do the following:
169171.. literalinclude :: localization/011.php
170172
171173If the requested language key doesn't exist in the file for the current locale, the string will be passed
172- back, unchanged. In this example, it would return ' Errors.errorEmailMissing' or ' Errors.nested.error.message' if it didn't exist.
174+ back, unchanged. In this example, it would return `` Errors.errorEmailMissing `` or `` Errors.nested.error.message `` if it didn't exist.
173175
174176Replacing Parameters
175177--------------------
You can’t perform that action at this time.
0 commit comments