#Language tag

A language tag is a standardized code or tag that is used to identify human languages and regions.

Inlang uses the BCP 47 standard for language tags. Using the BCP 47 standard ensures interop with other systems, libraries, and support for hundreds of human languages and regions.

#Examples

de    // German
de-DE // German (Germany)
de-AT // German (Austria)

en    // English
en-US // English (United States)
en-GB // English (Great Britain)

Was this helpful?

Thank you for your feedback ♥️