Skip to content

JSON encoded files with regions (states, provinces, emirates etc.) and their ISO codes

Notifications You must be signed in to change notification settings

niden/Localized_World_Regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The Localizations folder contains JSON encoded files with relevant regions. Regions 
are defined as areas within the country i.e. counties, states, provinces, emirates etc.

Each file is named after the ISO code of each country. 

The contents of each file will contain:

- Empty JSON file: if the country does not have any regions
- JSON file with one region
    -- elements are formatted ISO code => Region name
- JSON file with one region and subregions
    -- elements are formatted ISO code => Region name

Examples:

Empty:
{
}

JSON file with one region
{
    "state":{
        "AZ":"Arizona",
        ...
        "WV":"West Virginia"
    }
}

- JSON file with one region and subregions
{
    "county":{
        "England":{
            "GB-BKM":"Buckinghamshire",
			...
            "GB-YOR":"York"
        },
        "Northern Ireland":{
            "GB-ANT":"Antrim",
			...
            "GB-STB":"Strabane"
        },
        "Scotland":{
            "GB-ABE":"Aberdeen City",
			...
            "GB-WLN":"West Lothian"
        },
        "Wales":{
            "GB-BGW":"Blaenau Gwent",
			...
            "GB-WRX":"Wrexham (Wrecsam)"
        }
    }
}

About

JSON encoded files with regions (states, provinces, emirates etc.) and their ISO codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages