ISO 3166-1标准定义了两种类型的国家代码:国家代码(Alpha-2 code)和地区代码(Alpha-3code)。 国家代码(Alpha-2 code)是由两个大写字母组成的标识符。例如,美国的国家代码是“US”。它用于将特定国家的语言、时间、货币等信息与应用程序相关联。 地区代码(Alpha-3 code)是由三个大写字母组成的标识符。例如,...
("Country name = " + cc.getName()); // "Japan" System.out.println("ISO 3166-1 alpha-2 code = " + cc.getAlpha2()); // "JP" System.out.println("ISO 3166-1 alpha-3 code = " + cc.getAlpha3()); // "JPN" System.out.println("ISO 3166-1 numeric code = " + cc.get...
The three-letter code that represents the country or region associated with the App Store storefront. iOS 15.0+iPadOS 15.0+Mac Catalyst 15.0+macOS 12.0+tvOS 15.0+visionOS 1.0+watchOS 8.0+Xcode 13.0+ let countryCode: String Discussion This property uses the ISO 3166-1 Alpha-3 country code repr...
ISO 3166-1標準這是本標準中最重要的部分,也是最先出現的部分。它分為二字母代碼(Alpha 2 (A2),一九七四年發表)、三字母代碼(Alpha 3 (A3),一九七四年發表)和三位數字代碼(Three digit code,一九八一年發表),這三種代碼地位相等,每種都可以作為一個國家的代碼,使用哪一種完全視乎使用者的需要。
Updated list of country codes. Alpha-2, alpha-3 code character alphabetic and 3 digit Numeric code ISO 3166 codes for each country.
bchainhub / countries-divisions-alpha3 Star 0 Code Issues Pull requests A comprehensive JSON module containing primary administrative divisions for countries based on the ISO 3166-1 Alpha-3 standard. countries states regions iso3166-1 divisions alpha-3 alpha-3-country-code Updated Oct 23, 202...
ISO 3166-1 Alpha-3 BGD ISO 3166-1 Alpha-2 BD ICAO airport code prefix(es) VG E.164 code(s) +880 IOC country code BAN Country code TLD .bd ICAO aircraft regis. prefix(es) S2- E.212 mobile country code(s) 470 NATO Three-letter code BGD NATO Two-letter code (obsole...
country code system. Some may be used - others must not be used. These statuses - and their approximate meanings for the user of ISO 3166-1 - are described and colour-coded in Table 1. Tables 2 gives a colour coded, clickable matrix of all ISO 3166-1 alpha-2 code elements which is...
ISO-3166-1 Alpha-3 Code BFA ISO-3166-1 Numeric Code 854 Demonym Burkinabe Total Area 274,200 km2 Population 22,489,126 Currency Code XOF Currency Name Cfa Franc Bceao Currency Symbol CFA Language Code FR Language Name French TLD Code bfTop 10 ASN ASN (Autonomous System ...
public static enum Locale.IsoCountryCode extends Enum<Locale.IsoCountryCode> 枚举用于指定ISO 3166中定义的类型。此枚举用于检索两个字母的ISO3166-1 alpha-2,三个字母的ISO3166-1 alpha-3,四个字母的ISO3166-3国家/地区代码。 从以下版本开始: 9 另请参见: Locale.getISOCountries(Locale.IsoCountry...