Using variables in localization strings: Difference between revisions
From MoodleDocs
New page: Language strings are defined as follows: <pre>$string['stringname'] = 'This is a string';</pre> and are called via: <pre>get_string("stringname","wherefrom")</pre> If you wish to use a... |
Shifted to dev docs |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Moved_to_dev_docs}} | |||
Latest revision as of 08:46, 22 June 2011
This development related page is now located in the Dev docs.
See the Using variables in localization strings page in the Dev docs.