Cree

CRAlgonquian

ᓀᐦᐃᔭᐍᐏᐣ

Spoken by approximately 96 thousand people worldwide

Writing Systems

SyllabicsLatin

Countries

Canada

Usage in Code

<!-- HTML lang attribute -->
<html lang="cr">

/* CSS language selector */
:lang(cr) { font-family: sans-serif; }

/* Accept-Language header */
Accept-Language: cr

/* Intl API */
new Intl.DateTimeFormat('cr').format(new Date())

About Cree

Cree (ᓀᐦᐃᔭᐍᐏᐣ) is a Algonquian language identified by the ISO 639-1 code "cr". It is spoken by approximately 96 thousand people, primarily in Canada. The language uses the Syllabics and Latin writing systems.

In web development, the ISO 639-1 language code is used in HTML lang attributes, HTTP Accept-Language headers, the JavaScript Intl API for locale-aware formatting, and content negotiation. Setting the correct language code improves accessibility for screen readers, enables proper text-to-speech pronunciation, and helps search engines serve content to the right audience. Browsers use this code for spell-checking, hyphenation, and font selection.

For SEO, specifying the content language via the lang attribute and hreflang tags helps search engines understand which language version of a page to show to users in different regions. This is essential for multilingual websites targeting international audiences.

Related Languages