Module:Sandbox/Alexiscoutinho

This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 15:05, 12 January 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.test(frame)
	local lang = mw.getContentLanguage()
	return mw.language.fetchLanguageName('zh_CN')-- .. ' ' .. mw.language.fetchLanguageName('zh_CN', 'en-US')
end
return p