language-codes
2023-10-21
A small library mapping language codes to language names.
Upstream URL
Author
Yukari Hafner <shinmera@tymoon.eu>
Maintainer
Yukari Hafner <shinmera@tymoon.eu>
License
zlib
About Language-Codes
This is a small library providing the ISO-639 language code to language name mapping.
How To
After loading the library, simply use names
to retrieve the list of known names for a language code.
(language-codes:names :eng) ; => ("English")
(language-codes:names :ht) ; => ("Haitian" "Haitian Creole")
You can also perform the inverse lookup, by codes
.
(language-codes:codes "english") ; => (:ENG :EN)