Jump to content

Module:Sandbox/Liangent/LanguageName

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Liangent (talk | contribs) at 12:54, 29 May 2013 (Created page with 'local z = {} function z.languageName( frame ) return mw.language.fetchLanguageName( frame.args[1], mw.language.getContentLanguage() ) end return z'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local z = {}

function z.languageName( frame )
    return mw.language.fetchLanguageName( frame.args[1], mw.language.getContentLanguage() )
end

return z