mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
696 B
Plaintext
14 lines
696 B
Plaintext
The Locale::Country module provides access to the ISO two-
|
|
letter codes for identifying countries, as defined in ISO
|
|
3166. You can either access the codes via the the section
|
|
on conversion routines (described below), or with the two
|
|
functions which return lists of all country codes or all
|
|
country names.
|
|
|
|
The Locale::Language module provides access to the ISO
|
|
two-letter codes for identifying languages, as defined in
|
|
ISO 639. You can either access the codes via the the
|
|
section on conversion routines (described below), or with
|
|
the two functions which return lists of all language codes
|
|
or all language names.
|