Skip to content

List of languages including Alpha-2 codes, ***ISO based information***

Notifications You must be signed in to change notification settings

EfratIfergan/List-of-languages-with-ISO-Alpha-2-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

List-of-languages-with-ISO-Alpha-2-codes

This repository contains a list of languages including Alpha-2 codes, The data is based on the ISO database, and the codes are updated accordingly.

Data Structure

The data is structured in TypeScript interface, as follows:

interface Language {
  code: string;
  name: string;
  native: string;
  rtl?: number;
}

Contributing

If you find any errors or have suggestions for improvements, please open an issue or submit a pull request. We welcome any feedback that can help make this data more accurate and useful.

About

List of languages including Alpha-2 codes, ***ISO based information***

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published