Help:Monolingual text languages - Wikidata (original) (raw)

Other languages:

The list of Wikimedia language codes available for monolingual text values is fixed. It can only be changed by the development team.

In addition to language codes describing actual languages, there are four special language codes available:

See the <#Lists> below for current uses.

It might happen that you need a language code that is not yet supported. In that case, follow these steps:

The preferred way to request a language code to be added for monolingual text values is by opening a new ticket in Phabricator. Add the following information:

If you don't want to or can't use Phabricator, add your request to Wikidata:Report a technical problem.

Request language code on Phabricator

Note: This is work in progress and not finished policy

A new language code probably has to fulfill the following requirements:

A language code does not have to fulfill the requirements of the language proposal policy for new Wikis. Specifically:

In general, if you need a language code to correctly model real-world data, it should be accepted as long as it's a valid language code.

BIND (LANG(?label) AS ?language)

SELECT * WHERE { ?s ?label "The Rolling Stones"@en . ?s ?p ?o }

Try it!

?spouse rdfs:label ?spouse_label . FILTER (LANG(?spouse_label) = "en").