Module:languages/code to canonical name/doc

From Linguifex
Revision as of 12:58, 21 April 2026 by Sware (talk | contribs) (Created page with "This module exports a table that converts a language code to its canonical name: <syntaxhighlight lang="lua"> local lang_name = mw.loadData("Module:languages/code to canonical name")["en"] --> "English" </syntaxhighlight> It covers languages in the data submodules of Module:languages, not etymology languages (Module:etymology languages/data), language families (Module:families), or scripts (Module:scripts/data). {{if then show|{{#invoke:data consistency...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:languages/code to canonical name

This module exports a table that converts a language code to its canonical name:

local lang_name = mw.loadData("Module:languages/code to canonical name")["en"] --> "English"

It covers languages in the data submodules of Module:languages, not etymology languages (Module:etymology languages/data), language families (Module:families), or scripts (Module:scripts/data).

The following errors were detected by Module:data consistency check: Lua error in package.lua at line 80: module 'Module:Tibt-common' not found.

If JavaScript is enabled, you can update the module by pressing the button at the top of the documentation page.

See also Module:languages/canonical names.