mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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.
|