As a user of a multilingual wiki, I want pages to use particular language, which may be English or some other language, but want them not to use the UI language. For example, https://www.mediawiki.org/wiki/Template:Draft/de should be in German as much as possible, with appropriate fallback, but should not use other languages in the content area like UI language.
Acceptance criteria:
- Create a lang attribute for the <templatedata> tag that specifies what language the rendered text should use. This applies to both the system messages like table headers, and data with InterfaceText data type.
- Render the box in the language with the specified code. If the attribute is not present or is an invalid language code, continue to use UI language.