19 global $wgTranslateDocumentationLanguageCode;
20 if ( !$wgTranslateDocumentationLanguageCode ) {
24 $page = $this->handle->getKey();
25 $ns = $this->handle->getTitle()->getNamespace();
27 $info = TranslateUtils::getMessageContent( $page, $wgTranslateDocumentationLanguageCode, $ns );
30 'language' => MediaWikiServices::getInstance()->getContentLanguage()->getCode(),
32 'html' => $this->context->getOutput()->parseAsInterface( $info )