package
0.0.0-20240105075242-dddda54ea9f0
Repository: https://github.com/linuxdeepin/go-lib.git
Documentation: pkg.go.dev
# README
ISO 标准配置解析库, 相关文件位于 /usr/share/xml/iso-codes/, 目前实现了 对 iso_3166.xml 的解析从而可以获取国家和地区的相关信息.
# Functions
GetAllCountryCode return all country code.
GetAllCountryNames return all country names.
GetCountryCodeForLanguage return country code for a language variable, e.g.
GetCountryDatabase return country database that marshaled from ISO 3166 xml file.
GetCountryNameForCode return country name that corresponding to the country code.
GetLocaleCountryCode return locale country code by analysis environment variable "LANGUAGE".
GetLocaleCountryName return locale country name by analysis environment variable "LANGUAGE".
# Structs
No description provided by the author
map dtd of iso_3166.xml to go structures.