Module:languages/langname2



local export = {}

function export.get(frame)
	return mw.loadData("Module:languages/code to canonical name")[frame.args[1]]
end

return export
Category:Language and script modules Category:Templates and modules needing documentation