In our application the user can view the users, with their nationalities (demonyms). For now the nationalities are displayed in English.
I would like to find a way to display those nationalities in the user's language instead of English. I searched into CultureInfo or RegionInfo in System.Globalization but I found information and translation only for the languages and the country name.
Would you know a way to do that? Or a public database / ISO norm which would translate the nationalities names and not only the countries?
I don't want the name of the country in its official language, and the name of the language, I want the name of the nationality those persons have!