Hi,
I have a resource mod that won't recognise the language file even though it is in the correct place. It was fine in Moodle 2.2 but since I've upgraded it won't find them.
For example. My mod is in a folder called media. The language file is in media/lang/en/media.php
and when I try to call a string I'm using get_string('url', 'media') but I just keep getting the error message
Help title string does not exist: [url, media]
I've added &strings=1 to the url so I can see where it is looking for it and it is where the actual file is.
Help, i'm pulling my hair out on what has changed between 2.2 and 2.3 to cause this.
Thanks
Kieran