AnsiString GetCountryName() { char buff[100]; GetLocaleInfo(LOCALE_SYSTEM_DEFAULT, LOCALE_SCOUNTRY, buff, 100); return buff; }