(Translated by https://www.hiragana.jp/)
GitHub - Dynafloating/iso3166-1-zh: ISO 3166-1 county list with code, official english name and chinese name. 中英文國家名稱與代碼清單
Skip to content

ISO 3166-1 county list with code, official english name and chinese name. ちゅう英文えいぶん國家こっか名稱めいしょうあずかだい碼清たん

Notifications You must be signed in to change notification settings

Dynafloating/iso3166-1-zh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ISO3166-1-ZH

Country list contains code, names and chinese name (both traditional and simplified). Data retrieved from following Wiki page:

包含ほうがんだい碼、名稱めいしょうあずかちゅう文名ぶんめいしょう正體しょうたいあずか簡體)てき國家こっかきよしたん資料しりょうしたれつ Wiki ぺーじめん

Install package via NuGet - 使用しよう NuGet あんそう此套けん

You can install this package from NuGet Page or use following command:

PM> Install-Package ISO3166-1-ZH

您可以透過とうか NuGet した此套けんある使用しようれつ指令しれい

PM> Install-Package ISO3166-1-ZH

Use the package - 使用しよう此套けん

To access the list:

List<CountryModel> list = ISO3166.Country.List;

Properties of CountryModel:

public string Name { get; set; }
public string TwoLetterCode { get; set; }
public string ThreeLetterCode { get; set; }
public string NumericCode { get; set; }
public string TraditionalChineseName { get; set; }
public string SimplifiedChineseName { get; set; }
public bool Independent { get; set; }

Get the lastest data by WebCrawler - 使用しよう WebCrawler 取得しゅとく最新さいしん資料しりょう

Use WebCrawler to retrieve this lastest country data from Wiki page, and generate iso3166.json and Country.cs.

  1. Download WebCrawler.
  2. Run WebCrawler, an output path (folder) is needed to store generated files; if provided empty, it will store at same folder contains the application.
  3. Two files will be generate: iso3166.json and Country.cs.

使用しようせんあん內的 WebCrawler したがえ Wiki ぺーじめんじょう取得しゅとく最新さいしんてき國家こっか資料しりょうはた產出さんしゅつ iso3166.json Country.cs 兩個りゃんこ檔案。

  1. した WebCrawler。
  2. 執行しっこう WebCrawler,畫面がめんしょうかい詢問ようそん產出さんしゅつ檔案てき資料しりょう夾路みち;如果ぼつゆう提供ていきょうしょうかい產出さんしゅつざい執行しっこう檔的しょうどう資料しりょう夾。
  3. 兩個りゃんこ檔案かい產出さんしゅつ:iso3166.json あずか Country.cs。

About

ISO 3166-1 county list with code, official english name and chinese name. ちゅう英文えいぶん國家こっか名稱めいしょうあずかだい碼清たん

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages