MediaWiki REL1_39
PageContentLanguageHook.php
Go to the documentation of this file.
1<?php
2
4
5use Language;
6use Title;
7
29 public function onPageContentLanguage( $title, &$pageLang, $userLang );
30}
Base class for language-specific code.
Definition Language.php:53
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onPageContentLanguage( $title, &$pageLang, $userLang)
Use this hook to change the language in which the content of a page is written.