Strings

Strings

از Peter Stanforth در
Number of replies: 2

Where do I find the string data? For example, I'm looking for index_form.html data 'loginsteps'...?

Thanks in advance.

Si

میانگین امتیازات: -
In reply to Peter Stanforth

Re: Strings

از Shane Elliott در
تصویر Core developers تصویر Plugin developers
The general language strings can be found in:
/lang/xx/moodle.php
where xx is your language code eg en=english

If you are browsing through the PHP code then the second argument in the print_string and get_string functions will tell you in which file in the language directory the string is located. If the second argument is missing then it is located in moodle.php

Shane.