i.e. (1) set $wgParserEnableUserLanguage to true by default in MediaWiki default; (2) set $wgParserEnableUserLanguage to true in all Wikimedia wikis. This will succeed T377410, T377411 and T378060.
Reason as follow:
(1) Recently T401372: Enable wgParserEnableUserLanguage for incubatorwiki, T405830: Enable USERLANGUAGE magic word for Wikidata and T406050: Enable USERLANGUAGE magic word for the multilingual Wikisource are filed. It is not really scalable to file 50 tasks to enable it in 50 wikis. And T377410, T377411 and T378060 does not see much action.
(2) Templates are often copied from one wiki to another and copy a template using {{USERLANGUAGE}} to a wiki with $wgParserEnableUserLanguage disabled will make template behave strangely.
(3) "Accessing the user language using this feature reduces the efficiency of the parser cache." but (a) {{int:xxx}} splits parser cache too and (b) if parser cache in Commons is not an issue then it is highly unlikely be an issue in another wiki.
Note if this task is resolved I will file another task to remove $wgParserEnableUserLanguage completely.