country_lib
country_lib is a small util library providing country localised names and flags. It uses alpha-2 codes from the ISO 3166-1 international standard (basically, the same used by website domains, e.g. ".it", ".de").
How to
Check the DOCS to learn how to use it
Good to show localization info in-game
Such a handy library! I love how it simplifies getting country names and flags with just a few functions, and using ISO alpha-2 codes makes it super intuitive. This could be really useful for projects that need a to show localization info in-game.