Countries
The Countries
object is a singleton that contains a collection of predefined Country
objects. Each Country
object contains information about a specific country, including its name, ISO country code, dialing code, and the associated flag drawable resource.
The Countries
object can be used to access country data by calling the properties corresponding to each country, which are initialized as instances of the Country
class.
Properties
A list containing all predefined country instances represented by their respective properties from the Countries
object. Each entry in this list corresponds to a specific country and is represented by its corresponding country object, such as AD
, AE
, AF
, etc.
Defines the current language and region used for localizing country names.