https://github.com/foreverzer0/iso639
Defines the ISO-639 language standard, with support for all parts, with conversion to/from cultures.
https://github.com/foreverzer0/iso639
Last synced: 7 months ago
JSON representation
Defines the ISO-639 language standard, with support for all parts, with conversion to/from cultures.
- Host: GitHub
- URL: https://github.com/foreverzer0/iso639
- Owner: ForeverZer0
- Created: 2019-05-11T02:10:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:40:47.000Z (about 6 years ago)
- Last Synced: 2024-08-11T08:52:38.481Z (10 months ago)
- Language: C#
- Size: 150 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISO-639
Implementation of the [ISO-639](https://www.iso.org/iso-639-language-codes.html) standard for language codes, with database of languages generated from the official tables found [here](https://iso639-3.sil.org/).
Supports all parts of the standard, including 3-digit codes for `ISO-639-3` and `ISO-639-2` (both "T" and legacy "B" codes), and 2-digit `ISO-639-1` codes. Also includes properties denoting the scope and type of language as a strongly-typed enumerations, as well helper methods for easily finding languages based on their code, name, type, culture, etc.