Add usage instructions and ISO language codes to gallery

Added usage examples for main and language flags, specifying the URL format and relevant ISO code references. Updated language flag entries to display their ISO 639-1 codes.
This commit is contained in:
HatScripts 2025-12-08 16:59:26 +11:00
parent 8b8032e402
commit 8bdb30150c

View file

@ -4,6 +4,12 @@
<h2>Main flags</h2> <h2>Main flags</h2>
Usage:
```text
https://hatscripts.github.io/circle-flags/flags/xx.svg
```
(Where `xx` is the [ISO 3166-1 alpha-2 code](https://www.iso.org/obp/ui/#search/code/) of a country).
<div class="container"> <div class="container">
<div><img src="flags/ad.svg" width="96"/><p>Andorra (<code>ad</code>)</p></div> <div><img src="flags/ad.svg" width="96"/><p>Andorra (<code>ad</code>)</p></div>
<div><img src="flags/ae.svg" width="96"/><p>United Arab Emirates (<code>ae</code>)</p></div> <div><img src="flags/ae.svg" width="96"/><p>United Arab Emirates (<code>ae</code>)</p></div>
@ -412,205 +418,211 @@
<h2>Language flags</h2> <h2>Language flags</h2>
Usage:
```text
https://hatscripts.github.io/circle-flags/flags/language/xx.svg
```
(Where `xx` is the [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) of a language).
<div class="container"> <div class="container">
<div><img src="flags/language/aa.svg" width="96"><p>Afar</p></div> <div><img src="flags/language/aa.svg" width="96"><p>Afar (<code>aa</code>)</p></div>
<div><img src="flags/language/ab.svg" width="96"><p>Abkhazian</p></div> <div><img src="flags/language/ab.svg" width="96"><p>Abkhazian (<code>ab</code>)</p></div>
<div><img src="flags/language/af.svg" width="96"><p>Afrikaans</p></div> <div><img src="flags/language/af.svg" width="96"><p>Afrikaans (<code>af</code>)</p></div>
<div><img src="flags/language/ak.svg" width="96"><p>Akan</p></div> <div><img src="flags/language/ak.svg" width="96"><p>Akan (<code>ak</code>)</p></div>
<div><img src="flags/language/am.svg" width="96"><p>Amharic</p></div> <div><img src="flags/language/am.svg" width="96"><p>Amharic (<code>am</code>)</p></div>
<div><img src="flags/language/an.svg" width="96"><p>Aragonese</p></div> <div><img src="flags/language/an.svg" width="96"><p>Aragonese (<code>an</code>)</p></div>
<div><img src="flags/language/ar.svg" width="96"><p>Arabic</p></div> <div><img src="flags/language/ar.svg" width="96"><p>Arabic (<code>ar</code>)</p></div>
<div><img src="flags/language/as.svg" width="96"><p>Assamese</p></div> <div><img src="flags/language/as.svg" width="96"><p>Assamese (<code>as</code>)</p></div>
<div><img src="flags/language/av.svg" width="96"><p>Avaric</p></div> <div><img src="flags/language/av.svg" width="96"><p>Avaric (<code>av</code>)</p></div>
<div><img src="flags/language/ay.svg" width="96"><p>Aymara</p></div> <div><img src="flags/language/ay.svg" width="96"><p>Aymara (<code>ay</code>)</p></div>
<div><img src="flags/language/az.svg" width="96"><p>Azerbaijani</p></div> <div><img src="flags/language/az.svg" width="96"><p>Azerbaijani (<code>az</code>)</p></div>
<div><img src="flags/language/ba.svg" width="96"><p>Bashkir</p></div> <div><img src="flags/language/ba.svg" width="96"><p>Bashkir (<code>ba</code>)</p></div>
<div><img src="flags/language/be.svg" width="96"><p>Belarusian</p></div> <div><img src="flags/language/be.svg" width="96"><p>Belarusian (<code>be</code>)</p></div>
<div><img src="flags/language/bg.svg" width="96"><p>Bulgarian</p></div> <div><img src="flags/language/bg.svg" width="96"><p>Bulgarian (<code>bg</code>)</p></div>
<div><img src="flags/language/bi.svg" width="96"><p>Bislama</p></div> <div><img src="flags/language/bi.svg" width="96"><p>Bislama (<code>bi</code>)</p></div>
<div><img src="flags/language/bm.svg" width="96"><p>Bambara</p></div> <div><img src="flags/language/bm.svg" width="96"><p>Bambara (<code>bm</code>)</p></div>
<div><img src="flags/language/bn.svg" width="96"><p>Bengali</p></div> <div><img src="flags/language/bn.svg" width="96"><p>Bengali (<code>bn</code>)</p></div>
<div><img src="flags/language/bo.svg" width="96"><p>Tibetan</p></div> <div><img src="flags/language/bo.svg" width="96"><p>Tibetan (<code>bo</code>)</p></div>
<div><img src="flags/language/br.svg" width="96"><p>Breton</p></div> <div><img src="flags/language/br.svg" width="96"><p>Breton (<code>br</code>)</p></div>
<div><img src="flags/language/bs.svg" width="96"><p>Bosnian</p></div> <div><img src="flags/language/bs.svg" width="96"><p>Bosnian (<code>bs</code>)</p></div>
<div><img src="flags/language/ca.svg" width="96"><p>Catalan</p></div> <div><img src="flags/language/ca.svg" width="96"><p>Catalan (<code>ca</code>)</p></div>
<div><img src="flags/language/ce.svg" width="96"><p>Chechen</p></div> <div><img src="flags/language/ce.svg" width="96"><p>Chechen (<code>ce</code>)</p></div>
<div><img src="flags/language/ceb.svg" width="96"><p>Cebuano</p></div> <div><img src="flags/language/ceb.svg" width="96"><p>Cebuano (<code>ceb</code>)</p></div>
<div><img src="flags/language/ch.svg" width="96"><p>Chamorro</p></div> <div><img src="flags/language/ch.svg" width="96"><p>Chamorro (<code>ch</code>)</p></div>
<div><img src="flags/language/chm.svg" width="96"><p>Mari</p></div> <div><img src="flags/language/chm.svg" width="96"><p>Mari (<code>chm</code>)</p></div>
<div><img src="flags/language/ckb.svg" width="96"><p>Sorani Kurdish</p></div> <div><img src="flags/language/ckb.svg" width="96"><p>Sorani Kurdish (<code>ckb</code>)</p></div>
<div><img src="flags/language/co.svg" width="96"><p>Corsican</p></div> <div><img src="flags/language/co.svg" width="96"><p>Corsican (<code>co</code>)</p></div>
<div><img src="flags/language/cs.svg" width="96"><p>Czech</p></div> <div><img src="flags/language/cs.svg" width="96"><p>Czech (<code>cs</code>)</p></div>
<div><img src="flags/language/cv.svg" width="96"><p>Chuvash</p></div> <div><img src="flags/language/cv.svg" width="96"><p>Chuvash (<code>cv</code>)</p></div>
<div><img src="flags/language/cy.svg" width="96"><p>Welsh</p></div> <div><img src="flags/language/cy.svg" width="96"><p>Welsh (<code>cy</code>)</p></div>
<div><img src="flags/language/da.svg" width="96"><p>Danish</p></div> <div><img src="flags/language/da.svg" width="96"><p>Danish (<code>da</code>)</p></div>
<div><img src="flags/language/de.svg" width="96"><p>German</p></div> <div><img src="flags/language/de.svg" width="96"><p>German (<code>de</code>)</p></div>
<div><img src="flags/language/dv.svg" width="96"><p>Dhivehi</p></div> <div><img src="flags/language/dv.svg" width="96"><p>Dhivehi (<code>dv</code>)</p></div>
<div><img src="flags/language/dz.svg" width="96"><p>Dzongkha</p></div> <div><img src="flags/language/dz.svg" width="96"><p>Dzongkha (<code>dz</code>)</p></div>
<div><img src="flags/language/ee.svg" width="96"><p>Ewe</p></div> <div><img src="flags/language/ee.svg" width="96"><p>Ewe (<code>ee</code>)</p></div>
<div><img src="flags/language/el.svg" width="96"><p>Greek</p></div> <div><img src="flags/language/el.svg" width="96"><p>Greek (<code>el</code>)</p></div>
<div><img src="flags/language/en-au.svg" width="96"><p>English (Australia)</p></div> <div><img src="flags/language/en-au.svg" width="96"><p>English (Australia) (<code>en-au</code>)</p></div>
<div><img src="flags/language/en-ca.svg" width="96"><p>English (Canada)</p></div> <div><img src="flags/language/en-ca.svg" width="96"><p>English (Canada) (<code>en-ca</code>)</p></div>
<div><img src="flags/language/en-gh.svg" width="96"><p>English (Ghana)</p></div> <div><img src="flags/language/en-gh.svg" width="96"><p>English (Ghana) (<code>en-gh</code>)</p></div>
<div><img src="flags/language/en-hk.svg" width="96"><p>English (Hong Kong)</p></div> <div><img src="flags/language/en-hk.svg" width="96"><p>English (Hong Kong) (<code>en-hk</code>)</p></div>
<div><img src="flags/language/en-ie.svg" width="96"><p>English (Ireland)</p></div> <div><img src="flags/language/en-ie.svg" width="96"><p>English (Ireland) (<code>en-ie</code>)</p></div>
<div><img src="flags/language/en-in.svg" width="96"><p>English (India)</p></div> <div><img src="flags/language/en-in.svg" width="96"><p>English (India) (<code>en-in</code>)</p></div>
<div><img src="flags/language/en-ke.svg" width="96"><p>English (Kenya)</p></div> <div><img src="flags/language/en-ke.svg" width="96"><p>English (Kenya) (<code>en-ke</code>)</p></div>
<div><img src="flags/language/en-ng.svg" width="96"><p>English (Nigeria)</p></div> <div><img src="flags/language/en-ng.svg" width="96"><p>English (Nigeria) (<code>en-ng</code>)</p></div>
<div><img src="flags/language/en-nz.svg" width="96"><p>English (New Zealand)</p></div> <div><img src="flags/language/en-nz.svg" width="96"><p>English (New Zealand) (<code>en-nz</code>)</p></div>
<div><img src="flags/language/en-ph.svg" width="96"><p>English (Philippines)</p></div> <div><img src="flags/language/en-ph.svg" width="96"><p>English (Philippines) (<code>en-ph</code>)</p></div>
<div><img src="flags/language/en-sg.svg" width="96"><p>English (Singapore)</p></div> <div><img src="flags/language/en-sg.svg" width="96"><p>English (Singapore) (<code>en-sg</code>)</p></div>
<div><img src="flags/language/en-tz.svg" width="96"><p>English (Tanzania)</p></div> <div><img src="flags/language/en-tz.svg" width="96"><p>English (Tanzania) (<code>en-tz</code>)</p></div>
<div><img src="flags/language/en-us.svg" width="96"><p>English (United States)</p></div> <div><img src="flags/language/en-us.svg" width="96"><p>English (United States) (<code>en-us</code>)</p></div>
<div><img src="flags/language/en-za.svg" width="96"><p>English (South Africa)</p></div> <div><img src="flags/language/en-za.svg" width="96"><p>English (South Africa) (<code>en-za</code>)</p></div>
<div><img src="flags/language/en.svg" width="96"><p>English</p></div> <div><img src="flags/language/en.svg" width="96"><p>English (<code>en</code>)</p></div>
<div><img src="flags/language/eo.svg" width="96"><p>Esperanto</p></div> <div><img src="flags/language/eo.svg" width="96"><p>Esperanto (<code>eo</code>)</p></div>
<div><img src="flags/language/es.svg" width="96"><p>Spanish</p></div> <div><img src="flags/language/es.svg" width="96"><p>Spanish (<code>es</code>)</p></div>
<div><img src="flags/language/es-mx.svg" width="96"><p>Spanish (Mexico)</p></div> <div><img src="flags/language/es-mx.svg" width="96"><p>Spanish (Mexico) (<code>es-mx</code>)</p></div>
<div><img src="flags/language/et.svg" width="96"><p>Estonian</p></div> <div><img src="flags/language/et.svg" width="96"><p>Estonian (<code>et</code>)</p></div>
<div><img src="flags/language/eu.svg" width="96"><p>Basque</p></div> <div><img src="flags/language/eu.svg" width="96"><p>Basque (<code>eu</code>)</p></div>
<div><img src="flags/language/fa.svg" width="96"><p>Persian</p></div> <div><img src="flags/language/fa.svg" width="96"><p>Persian (<code>fa</code>)</p></div>
<div><img src="flags/language/fi.svg" width="96"><p>Finnish</p></div> <div><img src="flags/language/fi.svg" width="96"><p>Finnish (<code>fi</code>)</p></div>
<div><img src="flags/language/fil.svg" width="96"><p>Filipino</p></div> <div><img src="flags/language/fil.svg" width="96"><p>Filipino (<code>fil</code>)</p></div>
<div><img src="flags/language/fj.svg" width="96"><p>Fijian</p></div> <div><img src="flags/language/fj.svg" width="96"><p>Fijian (<code>fj</code>)</p></div>
<div><img src="flags/language/fo.svg" width="96"><p>Faroese</p></div> <div><img src="flags/language/fo.svg" width="96"><p>Faroese (<code>fo</code>)</p></div>
<div><img src="flags/language/fr.svg" width="96"><p>French</p></div> <div><img src="flags/language/fr.svg" width="96"><p>French (<code>fr</code>)</p></div>
<div><img src="flags/language/fy.svg" width="96"><p>Western Frisian</p></div> <div><img src="flags/language/fy.svg" width="96"><p>Western Frisian (<code>fy</code>)</p></div>
<div><img src="flags/language/ga.svg" width="96"><p>Irish</p></div> <div><img src="flags/language/ga.svg" width="96"><p>Irish (<code>ga</code>)</p></div>
<div><img src="flags/language/gd.svg" width="96"><p>Scottish Gaelic</p></div> <div><img src="flags/language/gd.svg" width="96"><p>Scottish Gaelic (<code>gd</code>)</p></div>
<div><img src="flags/language/gl.svg" width="96"><p>Galician</p></div> <div><img src="flags/language/gl.svg" width="96"><p>Galician (<code>gl</code>)</p></div>
<div><img src="flags/language/gn.svg" width="96"><p>Guarani</p></div> <div><img src="flags/language/gn.svg" width="96"><p>Guarani (<code>gn</code>)</p></div>
<div><img src="flags/language/gu.svg" width="96"><p>Gujarati</p></div> <div><img src="flags/language/gu.svg" width="96"><p>Gujarati (<code>gu</code>)</p></div>
<div><img src="flags/language/gv.svg" width="96"><p>Manx</p></div> <div><img src="flags/language/gv.svg" width="96"><p>Manx (<code>gv</code>)</p></div>
<div><img src="flags/language/ha.svg" width="96"><p>Hausa</p></div> <div><img src="flags/language/ha.svg" width="96"><p>Hausa (<code>ha</code>)</p></div>
<div><img src="flags/language/haw.svg" width="96"><p>Hawaiian</p></div> <div><img src="flags/language/haw.svg" width="96"><p>Hawaiian (<code>haw</code>)</p></div>
<div><img src="flags/language/he.svg" width="96"><p>Hebrew</p></div> <div><img src="flags/language/he.svg" width="96"><p>Hebrew (<code>he</code>)</p></div>
<div><img src="flags/language/hi.svg" width="96"><p>Hindi</p></div> <div><img src="flags/language/hi.svg" width="96"><p>Hindi (<code>hi</code>)</p></div>
<div><img src="flags/language/hmn.svg" width="96"><p>Hmong</p></div> <div><img src="flags/language/hmn.svg" width="96"><p>Hmong (<code>hmn</code>)</p></div>
<div><img src="flags/language/ho.svg" width="96"><p>Hiri Motu</p></div> <div><img src="flags/language/ho.svg" width="96"><p>Hiri Motu (<code>ho</code>)</p></div>
<div><img src="flags/language/hr.svg" width="96"><p>Croatian</p></div> <div><img src="flags/language/hr.svg" width="96"><p>Croatian (<code>hr</code>)</p></div>
<div><img src="flags/language/ht.svg" width="96"><p>Haitian Creole</p></div> <div><img src="flags/language/ht.svg" width="96"><p>Haitian Creole (<code>ht</code>)</p></div>
<div><img src="flags/language/hu.svg" width="96"><p>Hungarian</p></div> <div><img src="flags/language/hu.svg" width="96"><p>Hungarian (<code>hu</code>)</p></div>
<div><img src="flags/language/hy.svg" width="96"><p>Armenian</p></div> <div><img src="flags/language/hy.svg" width="96"><p>Armenian (<code>hy</code>)</p></div>
<div><img src="flags/language/ia.svg" width="96"><p>Interlingua</p></div> <div><img src="flags/language/ia.svg" width="96"><p>Interlingua (<code>ia</code>)</p></div>
<div><img src="flags/language/id.svg" width="96"><p>Indonesian</p></div> <div><img src="flags/language/id.svg" width="96"><p>Indonesian (<code>id</code>)</p></div>
<div><img src="flags/language/ie.svg" width="96"><p>Interlingue</p></div> <div><img src="flags/language/ie.svg" width="96"><p>Interlingue (<code>ie</code>)</p></div>
<div><img src="flags/language/ig.svg" width="96"><p>Igbo</p></div> <div><img src="flags/language/ig.svg" width="96"><p>Igbo (<code>ig</code>)</p></div>
<div><img src="flags/language/ilo.svg" width="96"><p>Ilocano</p></div> <div><img src="flags/language/ilo.svg" width="96"><p>Ilocano (<code>ilo</code>)</p></div>
<div><img src="flags/language/interslavic.svg" width="96"><p>Interslavic</p></div> <div><img src="flags/language/interslavic.svg" width="96"><p>Interslavic</p></div>
<div><img src="flags/language/io.svg" width="96"><p>Ido</p></div> <div><img src="flags/language/io.svg" width="96"><p>Ido (<code>io</code>)</p></div>
<div><img src="flags/language/is.svg" width="96"><p>Icelandic</p></div> <div><img src="flags/language/is.svg" width="96"><p>Icelandic (<code>is</code>)</p></div>
<div><img src="flags/language/it.svg" width="96"><p>Italian</p></div> <div><img src="flags/language/it.svg" width="96"><p>Italian (<code>it</code>)</p></div>
<div><img src="flags/language/ja.svg" width="96"><p>Japanese</p></div> <div><img src="flags/language/ja.svg" width="96"><p>Japanese (<code>ja</code>)</p></div>
<div><img src="flags/language/jv.svg" width="96"><p>Javanese</p></div> <div><img src="flags/language/jv.svg" width="96"><p>Javanese (<code>jv</code>)</p></div>
<div><img src="flags/language/ka.svg" width="96"><p>Georgian</p></div> <div><img src="flags/language/ka.svg" width="96"><p>Georgian (<code>ka</code>)</p></div>
<div><img src="flags/language/kg.svg" width="96"><p>Kongo</p></div> <div><img src="flags/language/kg.svg" width="96"><p>Kongo (<code>kg</code>)</p></div>
<div><img src="flags/language/ki.svg" width="96"><p>Kikuyu</p></div> <div><img src="flags/language/ki.svg" width="96"><p>Kikuyu (<code>ki</code>)</p></div>
<div><img src="flags/language/kk.svg" width="96"><p>Kazakh</p></div> <div><img src="flags/language/kk.svg" width="96"><p>Kazakh (<code>kk</code>)</p></div>
<div><img src="flags/language/kl.svg" width="96"><p>Greenlandic</p></div> <div><img src="flags/language/kl.svg" width="96"><p>Greenlandic (<code>kl</code>)</p></div>
<div><img src="flags/language/km.svg" width="96"><p>Khmer</p></div> <div><img src="flags/language/km.svg" width="96"><p>Khmer (<code>km</code>)</p></div>
<div><img src="flags/language/kn.svg" width="96"><p>Kannada</p></div> <div><img src="flags/language/kn.svg" width="96"><p>Kannada (<code>kn</code>)</p></div>
<div><img src="flags/language/ko.svg" width="96"><p>Korean</p></div> <div><img src="flags/language/ko.svg" width="96"><p>Korean (<code>ko</code>)</p></div>
<div><img src="flags/language/kr.svg" width="96"><p>Kanuri</p></div> <div><img src="flags/language/kr.svg" width="96"><p>Kanuri (<code>kr</code>)</p></div>
<div><img src="flags/language/kri.svg" width="96"><p>Krio</p></div> <div><img src="flags/language/kri.svg" width="96"><p>Krio (<code>kri</code>)</p></div>
<div><img src="flags/language/ks.svg" width="96"><p>Kashmiri</p></div> <div><img src="flags/language/ks.svg" width="96"><p>Kashmiri (<code>ks</code>)</p></div>
<div><img src="flags/language/ku.svg" width="96"><p>Kurdish</p></div> <div><img src="flags/language/ku.svg" width="96"><p>Kurdish (<code>ku</code>)</p></div>
<div><img src="flags/language/kv.svg" width="96"><p>Komi</p></div> <div><img src="flags/language/kv.svg" width="96"><p>Komi (<code>kv</code>)</p></div>
<div><img src="flags/language/kw.svg" width="96"><p>Cornish</p></div> <div><img src="flags/language/kw.svg" width="96"><p>Cornish (<code>kw</code>)</p></div>
<div><img src="flags/language/ky.svg" width="96"><p>Kyrgyz</p></div> <div><img src="flags/language/ky.svg" width="96"><p>Kyrgyz (<code>ky</code>)</p></div>
<div><img src="flags/language/la.svg" width="96"><p>Latin</p></div> <div><img src="flags/language/la.svg" width="96"><p>Latin (<code>la</code>)</p></div>
<div><img src="flags/language/lb.svg" width="96"><p>Luxembourgish</p></div> <div><img src="flags/language/lb.svg" width="96"><p>Luxembourgish (<code>lb</code>)</p></div>
<div><img src="flags/language/lg.svg" width="96"><p>Ganda</p></div> <div><img src="flags/language/lg.svg" width="96"><p>Ganda (<code>lg</code>)</p></div>
<div><img src="flags/language/ln.svg" width="96"><p>Lingala</p></div> <div><img src="flags/language/ln.svg" width="96"><p>Lingala (<code>ln</code>)</p></div>
<div><img src="flags/language/lo.svg" width="96"><p>Lao</p></div> <div><img src="flags/language/lo.svg" width="96"><p>Lao (<code>lo</code>)</p></div>
<div><img src="flags/language/lt.svg" width="96"><p>Lithuanian</p></div> <div><img src="flags/language/lt.svg" width="96"><p>Lithuanian (<code>lt</code>)</p></div>
<div><img src="flags/language/lu.svg" width="96"><p>Luba-Katanga</p></div> <div><img src="flags/language/lu.svg" width="96"><p>Luba-Katanga (<code>lu</code>)</p></div>
<div><img src="flags/language/lus.svg" width="96"><p>Mizo</p></div> <div><img src="flags/language/lus.svg" width="96"><p>Mizo (<code>lus</code>)</p></div>
<div><img src="flags/language/lv.svg" width="96"><p>Latvian</p></div> <div><img src="flags/language/lv.svg" width="96"><p>Latvian (<code>lv</code>)</p></div>
<div><img src="flags/language/mg.svg" width="96"><p>Malagasy</p></div> <div><img src="flags/language/mg.svg" width="96"><p>Malagasy (<code>mg</code>)</p></div>
<div><img src="flags/language/mh.svg" width="96"><p>Marshallese</p></div> <div><img src="flags/language/mh.svg" width="96"><p>Marshallese (<code>mh</code>)</p></div>
<div><img src="flags/language/mi.svg" width="96"><p>Māori</p></div> <div><img src="flags/language/mi.svg" width="96"><p>Māori (<code>mi</code>)</p></div>
<div><img src="flags/language/mk.svg" width="96"><p>Macedonian</p></div> <div><img src="flags/language/mk.svg" width="96"><p>Macedonian (<code>mk</code>)</p></div>
<div><img src="flags/language/ml.svg" width="96"><p>Malayalam</p></div> <div><img src="flags/language/ml.svg" width="96"><p>Malayalam (<code>ml</code>)</p></div>
<div><img src="flags/language/mn.svg" width="96"><p>Mongolian</p></div> <div><img src="flags/language/mn.svg" width="96"><p>Mongolian (<code>mn</code>)</p></div>
<div><img src="flags/language/mni.svg" width="96"><p>Meitei</p></div> <div><img src="flags/language/mni.svg" width="96"><p>Meitei (<code>mni</code>)</p></div>
<div><img src="flags/language/mr.svg" width="96"><p>Marathi</p></div> <div><img src="flags/language/mr.svg" width="96"><p>Marathi (<code>mr</code>)</p></div>
<div><img src="flags/language/mrj.svg" width="96"><p>Western Mari</p></div> <div><img src="flags/language/mrj.svg" width="96"><p>Western Mari (<code>mrj</code>)</p></div>
<div><img src="flags/language/ms.svg" width="96"><p>Malay</p></div> <div><img src="flags/language/ms.svg" width="96"><p>Malay (<code>ms</code>)</p></div>
<div><img src="flags/language/mt.svg" width="96"><p>Maltese</p></div> <div><img src="flags/language/mt.svg" width="96"><p>Maltese (<code>mt</code>)</p></div>
<div><img src="flags/language/my.svg" width="96"><p>Burmese</p></div> <div><img src="flags/language/my.svg" width="96"><p>Burmese (<code>my</code>)</p></div>
<div><img src="flags/language/na.svg" width="96"><p>Nauru</p></div> <div><img src="flags/language/na.svg" width="96"><p>Nauru (<code>na</code>)</p></div>
<div><img src="flags/language/nb.svg" width="96"><p>Norwegian Bokmål</p></div> <div><img src="flags/language/nb.svg" width="96"><p>Norwegian Bokmål (<code>nb</code>)</p></div>
<div><img src="flags/language/nd.svg" width="96"><p>Northern Ndebele</p></div> <div><img src="flags/language/nd.svg" width="96"><p>Northern Ndebele (<code>nd</code>)</p></div>
<div><img src="flags/language/ne.svg" width="96"><p>Nepali</p></div> <div><img src="flags/language/ne.svg" width="96"><p>Nepali (<code>ne</code>)</p></div>
<div><img src="flags/language/nl.svg" width="96"><p>Dutch</p></div> <div><img src="flags/language/nl.svg" width="96"><p>Dutch (<code>nl</code>)</p></div>
<div><img src="flags/language/nn.svg" width="96"><p>Norwegian Nynorsk</p></div> <div><img src="flags/language/nn.svg" width="96"><p>Norwegian Nynorsk (<code>nn</code>)</p></div>
<div><img src="flags/language/no.svg" width="96"><p>Norwegian</p></div> <div><img src="flags/language/no.svg" width="96"><p>Norwegian (<code>no</code>)</p></div>
<div><img src="flags/language/non.svg" width="96"><p>Old Norse</p></div> <div><img src="flags/language/non.svg" width="96"><p>Old Norse (<code>non</code>)</p></div>
<div><img src="flags/language/nr.svg" width="96"><p>Southern Ndebele</p></div> <div><img src="flags/language/nr.svg" width="96"><p>Southern Ndebele (<code>nr</code>)</p></div>
<div><img src="flags/language/ny.svg" width="96"><p>Chichewa</p></div> <div><img src="flags/language/ny.svg" width="96"><p>Chichewa (<code>ny</code>)</p></div>
<div><img src="flags/language/oc.svg" width="96"><p>Occitan</p></div> <div><img src="flags/language/oc.svg" width="96"><p>Occitan (<code>oc</code>)</p></div>
<div><img src="flags/language/om.svg" width="96"><p>Oromo</p></div> <div><img src="flags/language/om.svg" width="96"><p>Oromo (<code>om</code>)</p></div>
<div><img src="flags/language/or.svg" width="96"><p>Odia</p></div> <div><img src="flags/language/or.svg" width="96"><p>Odia (<code>or</code>)</p></div>
<div><img src="flags/language/os.svg" width="96"><p>Ossetian</p></div> <div><img src="flags/language/os.svg" width="96"><p>Ossetian (<code>os</code>)</p></div>
<div><img src="flags/language/oto.svg" width="96"><p>Otomi</p></div> <div><img src="flags/language/oto.svg" width="96"><p>Otomi (<code>oto</code>)</p></div>
<div><img src="flags/language/pa.svg" width="96"><p>Punjabi</p></div> <div><img src="flags/language/pa.svg" width="96"><p>Punjabi (<code>pa</code>)</p></div>
<div><img src="flags/language/pap.svg" width="96"><p>Papiamento</p></div> <div><img src="flags/language/pap.svg" width="96"><p>Papiamento (<code>pap</code>)</p></div>
<div><img src="flags/language/pl.svg" width="96"><p>Polish</p></div> <div><img src="flags/language/pl.svg" width="96"><p>Polish (<code>pl</code>)</p></div>
<div><img src="flags/language/pms.svg" width="96"><p>Piedmontese</p></div> <div><img src="flags/language/pms.svg" width="96"><p>Piedmontese (<code>pms</code>)</p></div>
<div><img src="flags/language/ps.svg" width="96"><p>Pashto</p></div> <div><img src="flags/language/ps.svg" width="96"><p>Pashto (<code>ps</code>)</p></div>
<div><img src="flags/language/pt.svg" width="96"><p>Portuguese</p></div> <div><img src="flags/language/pt.svg" width="96"><p>Portuguese (<code>pt</code>)</p></div>
<div><img src="flags/language/pt-br.svg" width="96"><p>Portuguese (Brazil)</p></div> <div><img src="flags/language/pt-br.svg" width="96"><p>Portuguese (Brazil) (<code>pt-br</code>)</p></div>
<div><img src="flags/language/qu.svg" width="96"><p>Quechua</p></div> <div><img src="flags/language/qu.svg" width="96"><p>Quechua (<code>qu</code>)</p></div>
<div><img src="flags/language/rm.svg" width="96"><p>Romansh</p></div> <div><img src="flags/language/rm.svg" width="96"><p>Romansh (<code>rm</code>)</p></div>
<div><img src="flags/language/rn.svg" width="96"><p>Rundi</p></div> <div><img src="flags/language/rn.svg" width="96"><p>Rundi (<code>rn</code>)</p></div>
<div><img src="flags/language/ro.svg" width="96"><p>Romanian</p></div> <div><img src="flags/language/ro.svg" width="96"><p>Romanian (<code>ro</code>)</p></div>
<div><img src="flags/language/ru.svg" width="96"><p>Russian</p></div> <div><img src="flags/language/ru.svg" width="96"><p>Russian (<code>ru</code>)</p></div>
<div><img src="flags/language/rw.svg" width="96"><p>Kinyarwanda</p></div> <div><img src="flags/language/rw.svg" width="96"><p>Kinyarwanda (<code>rw</code>)</p></div>
<div><img src="flags/language/sc.svg" width="96"><p>Sardinian</p></div> <div><img src="flags/language/sc.svg" width="96"><p>Sardinian (<code>sc</code>)</p></div>
<div><img src="flags/language/sd.svg" width="96"><p>Sindhi</p></div> <div><img src="flags/language/sd.svg" width="96"><p>Sindhi (<code>sd</code>)</p></div>
<div><img src="flags/language/se.svg" width="96"><p>Northern Sami</p></div> <div><img src="flags/language/se.svg" width="96"><p>Northern Sami (<code>se</code>)</p></div>
<div><img src="flags/language/sg.svg" width="96"><p>Sango</p></div> <div><img src="flags/language/sg.svg" width="96"><p>Sango (<code>sg</code>)</p></div>
<div><img src="flags/language/si.svg" width="96"><p>Sinhala</p></div> <div><img src="flags/language/si.svg" width="96"><p>Sinhala (<code>si</code>)</p></div>
<div><img src="flags/language/sk.svg" width="96"><p>Slovak</p></div> <div><img src="flags/language/sk.svg" width="96"><p>Slovak (<code>sk</code>)</p></div>
<div><img src="flags/language/sl.svg" width="96"><p>Slovenian</p></div> <div><img src="flags/language/sl.svg" width="96"><p>Slovenian (<code>sl</code>)</p></div>
<div><img src="flags/language/sm.svg" width="96"><p>Samoan</p></div> <div><img src="flags/language/sm.svg" width="96"><p>Samoan (<code>sm</code>)</p></div>
<div><img src="flags/language/sn.svg" width="96"><p>Shona</p></div> <div><img src="flags/language/sn.svg" width="96"><p>Shona (<code>sn</code>)</p></div>
<div><img src="flags/language/so.svg" width="96"><p>Somali</p></div> <div><img src="flags/language/so.svg" width="96"><p>Somali (<code>so</code>)</p></div>
<div><img src="flags/language/sq.svg" width="96"><p>Albanian</p></div> <div><img src="flags/language/sq.svg" width="96"><p>Albanian (<code>sq</code>)</p></div>
<div><img src="flags/language/sr.svg" width="96"><p>Serbian</p></div> <div><img src="flags/language/sr.svg" width="96"><p>Serbian (<code>sr</code>)</p></div>
<div><img src="flags/language/ss.svg" width="96"><p>Swazi</p></div> <div><img src="flags/language/ss.svg" width="96"><p>Swazi (<code>ss</code>)</p></div>
<div><img src="flags/language/st.svg" width="96"><p>Southern Sotho</p></div> <div><img src="flags/language/st.svg" width="96"><p>Southern Sotho (<code>st</code>)</p></div>
<div><img src="flags/language/su.svg" width="96"><p>Sundanese</p></div> <div><img src="flags/language/su.svg" width="96"><p>Sundanese (<code>su</code>)</p></div>
<div><img src="flags/language/sv.svg" width="96"><p>Swedish</p></div> <div><img src="flags/language/sv.svg" width="96"><p>Swedish (<code>sv</code>)</p></div>
<div><img src="flags/language/sw.svg" width="96"><p>Swahili</p></div> <div><img src="flags/language/sw.svg" width="96"><p>Swahili (<code>sw</code>)</p></div>
<div><img src="flags/language/ta.svg" width="96"><p>Tamil</p></div> <div><img src="flags/language/ta.svg" width="96"><p>Tamil (<code>ta</code>)</p></div>
<div><img src="flags/language/te.svg" width="96"><p>Telugu</p></div> <div><img src="flags/language/te.svg" width="96"><p>Telugu (<code>te</code>)</p></div>
<div><img src="flags/language/tg.svg" width="96"><p>Tajik</p></div> <div><img src="flags/language/tg.svg" width="96"><p>Tajik (<code>tg</code>)</p></div>
<div><img src="flags/language/th.svg" width="96"><p>Thai</p></div> <div><img src="flags/language/th.svg" width="96"><p>Thai (<code>th</code>)</p></div>
<div><img src="flags/language/ti.svg" width="96"><p>Tigrinya</p></div> <div><img src="flags/language/ti.svg" width="96"><p>Tigrinya (<code>ti</code>)</p></div>
<div><img src="flags/language/tk.svg" width="96"><p>Turkmen</p></div> <div><img src="flags/language/tk.svg" width="96"><p>Turkmen (<code>tk</code>)</p></div>
<div><img src="flags/language/tl.svg" width="96"><p>Tagalog</p></div> <div><img src="flags/language/tl.svg" width="96"><p>Tagalog (<code>tl</code>)</p></div>
<div><img src="flags/language/tn.svg" width="96"><p>Tswana</p></div> <div><img src="flags/language/tn.svg" width="96"><p>Tswana (<code>tn</code>)</p></div>
<div><img src="flags/language/to.svg" width="96"><p>Tongan</p></div> <div><img src="flags/language/to.svg" width="96"><p>Tongan (<code>to</code>)</p></div>
<div><img src="flags/language/tr.svg" width="96"><p>Turkish</p></div> <div><img src="flags/language/tr.svg" width="96"><p>Turkish (<code>tr</code>)</p></div>
<div><img src="flags/language/translingual.svg" width="96"><p>Translingual</p></div> <div><img src="flags/language/translingual.svg" width="96"><p>Translingual</p></div>
<div><img src="flags/language/tt.svg" width="96"><p>Tatar</p></div> <div><img src="flags/language/tt.svg" width="96"><p>Tatar (<code>tt</code>)</p></div>
<div><img src="flags/language/ty.svg" width="96"><p>Tahitian</p></div> <div><img src="flags/language/ty.svg" width="96"><p>Tahitian (<code>ty</code>)</p></div>
<div><img src="flags/language/udm.svg" width="96"><p>Udmurt</p></div> <div><img src="flags/language/udm.svg" width="96"><p>Udmurt (<code>udm</code>)</p></div>
<div><img src="flags/language/ug.svg" width="96"><p>Uyghur</p></div> <div><img src="flags/language/ug.svg" width="96"><p>Uyghur (<code>ug</code>)</p></div>
<div><img src="flags/language/uk.svg" width="96"><p>Ukrainian</p></div> <div><img src="flags/language/uk.svg" width="96"><p>Ukrainian (<code>uk</code>)</p></div>
<div><img src="flags/language/ur.svg" width="96"><p>Urdu</p></div> <div><img src="flags/language/ur.svg" width="96"><p>Urdu (<code>ur</code>)</p></div>
<div><img src="flags/language/uz.svg" width="96"><p>Uzbek</p></div> <div><img src="flags/language/uz.svg" width="96"><p>Uzbek (<code>uz</code>)</p></div>
<div><img src="flags/language/vi.svg" width="96"><p>Vietnamese</p></div> <div><img src="flags/language/vi.svg" width="96"><p>Vietnamese (<code>vi</code>)</p></div>
<div><img src="flags/language/vo.svg" width="96"><p>Volapük</p></div> <div><img src="flags/language/vo.svg" width="96"><p>Volapük (<code>vo</code>)</p></div>
<div><img src="flags/language/xh.svg" width="96"><p>Xhosa</p></div> <div><img src="flags/language/xh.svg" width="96"><p>Xhosa (<code>xh</code>)</p></div>
<div><img src="flags/language/xx.svg" width="96"><p>&lt;Unknown&gt;</p></div> <div><img src="flags/language/xx.svg" width="96"><p>&lt;Unknown&gt; (<code>xx</code>)</p></div>
<div><img src="flags/language/yi.svg" width="96"><p>Yiddish</p></div> <div><img src="flags/language/yi.svg" width="96"><p>Yiddish (<code>yi</code>)</p></div>
<div><img src="flags/language/yo.svg" width="96"><p>Yoruba</p></div> <div><img src="flags/language/yo.svg" width="96"><p>Yoruba (<code>yo</code>)</p></div>
<div><img src="flags/language/yua.svg" width="96"><p>Yucatec Maya</p></div> <div><img src="flags/language/yua.svg" width="96"><p>Yucatec Maya (<code>yua</code>)</p></div>
<div><img src="flags/language/zh.svg" width="96"><p>Chinese</p></div> <div><img src="flags/language/zh.svg" width="96"><p>Chinese (<code>zh</code>)</p></div>
<div><img src="flags/language/zu.svg" width="96"><p>Zulu</p></div> <div><img src="flags/language/zu.svg" width="96"><p>Zulu (<code>zu</code>)</p></div>
</div> </div>
<h2>Other flags</h2> <h2>Other flags</h2>