local p = {} function p.test(frame) local lang = mw.getContentLanguage() return mw.language.isValidBuiltInCode('en-US') end return p