Compact Framework - Retrieve a list of countries and regions
Afternoon people! I'm trying to implement a list of counties on my Compact Framework (Mobile) application. I can do this easily in the full .Net framework with CultureInfo.GetCultures(..etc). However, the CF seems to be missing this feature? Is there any way I can return a list of countries (and regions if possible) that I can populate into a ComboBox? The OS has a list of countries, so there must be a way to do it? I look forward to hearing back! How about this? using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; namespace