Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Using variables in localization strings: Revision history

From MoodleDocs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 June 2011

  • curprev 08:4508:45, 22 June 2011Michael de Raadt talk contribs 670 bytes +670 Created page with "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 wis..."