Values.LocaleSourceThe Locale data structure represents a geographical region or location.
type nonrec t = {country : CountryParameters.t;The country of the locale. Must be a valid ISO 3166 country code. For example, the code US refers to the United States of America.
*)subdivision : CountryParameters.t option;The state or subdivision of the locale. A valid ISO 3166-2 subdivision code. For example, the code WA refers to the state of Washington.
*)}