HTML LANGUAGE CODES

Get all the language codes used in html.
We used the lang attribute to keep the country code.

The lang Attribute

Used to specify the language of the content of an element.
It tells the browser that which language the content is in.

Example
<!DOCTYPE html>
<html>
  <head>
    <title>Lang attribute Example</title>
  </head>
  <body>
      <div lang="en">
          <h1>Welcome to my website!</h1>
          <p>Paragraph goes here.</p>
     </div>
     <div lang="fr">
          <h1>Bienvenue sur mon site web !</h1>
          <p>Ceci est un texte en français.</p>
     </div>
  </body>
</html>

Language Code

Country

af

Afrikaans

sq

Albanian

am

Amharic

ar

Arabic

hy

Armenian

az

Azerbaijani

eu

Basque

be

Belarusian

bn

Bengali

bs

Bosnian

bg

Bulgarian

ca

Catalan

ceb

Cebuano

zh

Chinese

hr

Croatian

cs

Czech

da

Danish

nl

Dutch

en

English

eo

Esperanto

et

Estonian

fi

Finnish

fr

French

gl

Galician

ka

Georgian

de

German

el

Greek

gu

Gujarati

ht

Haitian Creole

ha

Hausa

haw

Hawaiian

he

Hebrew

hi

Hindi

hmn

Hmong

hu

Hungarian

is

Icelandic

ig

Igbo

id

Indonesian

ga

Irish

it

Italian

ja

Japanese

jv

Javanese

kn

Kannada

kk

Kazakh

km

Khmer

ko

Korean

ku

Kurdish

ky

Kyrgyz

lo

Lao

la

Latin

lv

Latvian

lt

Lithuanian

lb

Luxembourgish

mk

Macedonian

mg

Malagasy

ms

Malay

ml

Malayalam

mt

Maltese

mi

Maori

mr

Marathi

mn

Mongolian

my

Myanmar (Burmese)

ne

Nepali

no

Norwegian

ny

Nyanja (Chichewa)

or

Odia (Oriya)

ps

Pashto

fa

Persian (Farsi)

pl

Polish

pt

Portuguese

pa

Punjabi

ro

Romanian

ru

Russian

sm

Samoan

gd

Scottish Gaelic

sr

Serbian

st

Sesotho

sn

Shona

sd

Sindhi

si

Sinhala (Sinhalese)

sk

Slovak

sl

Slovenian

so

Somali

es

Spanish

su

Sundanese

sw

Swahili

sv

Swedish

tl

Tagalog (Filipino)

tg

Tajik

ta

Tamil

tt

Tatar

te

Telugu

th

Thai

tr

Turkish

tk

Turkmen

uk

Ukrainian

ur

Urdu

ug

Uyghur

uz

Uzbek

vi

Vietnamese

cy

Welsh

xh

Xhosa

yi

Yiddish

yo

Yoruba

zu

Zulu


Quick Recap - Topics Covered

HTML LANGUAGE CODES

Practice With Examples in Compilers

The Concepts and codes you leart practice in Compilers till you are confident of doing on your own. A Various methods of examples, concepts, codes availble in our websites. Don't know where to start Down some code examples are given for this page topic use the code and compile or Try on own Now


Example 1
Example 1 Example 2 Example 3 Example 4 Example 5


Quiz


FEEDBACK