Documentation for this module may be created at Module:TDR Test Module/doc
local export = {} function export:getByCode(code) return mw.language.fetchLanguageName(code, 'en') end return export