function current_language in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle_support.php \current_language()
1 call to current_language()
- qformat_qti2::exportpreprocess in includes/
moodle/ question/ format/ qti2/ format.php - Do any pre-processing that may be required
File
- includes/
moodle_support.php, line 403
Code
function current_language() {
// FIXME use Drupal's language
return 'en_utf8';
}