We're becoming an international company and I have been tasked with designing how we're going to store the different countries' specific data. Such as language, postal code regex, telephone number regex, country calling codes, currency, etc.
Currently we have tables like these: Countries, Languages, CountryLanguages, CountryCallingCodes. What about currencies like British Pound and Euro for the UK, where would their definitions be stored? We're are not constrained to existing tables as we haven't implemented any of them.
Can anyone point me to online resources to help me design the tables to store this international country info, please?