Currently, the MessageParameterFormatter defined in WikibaseRepo.ServiceWiring.php calls the deprecated UserLanguage service from WikibaseRepo. In order to retire this service, we will need to find a way to obtain the language in a more appropriate way, possibly through RequestContext::getLanguage().
Acceptance Criteria
- We should no longer be making calls to deprecated user language service in MessageParameterFormatter