- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
int GetLocaleImageIndexById(LCID LocaleID)
{
CString Id = CPiCultureInfo::GetSpecific(LocaleID).GetISO3166Country().MakeLower();
if (Id == "ad") return 0;
if (Id == "ae") return 1;
if (Id == "af") return 2;
.
.
.
.
.
if (Id == "zm") return 245;
if (Id == "zw") return 246;
return -1;
}
guest 31.01.2012 11:35 # −3
defecate-plusplus 31.01.2012 11:37 # +2
Lure Of Chaos 01.02.2012 01:45 # +2
defecate-plusplus 31.01.2012 11:44 # +1
в ассоциацию (dword:)id -> результат или iso кодов стран -> результат?
alex_devel 31.01.2012 12:02 # 0
defecate-plusplus 31.01.2012 12:10 # 0
я и спросил, что именно было взято как "Ключ"?
alex_devel 31.01.2012 12:14 # 0
iso кодов стран -> результат.
defecate-plusplus 31.01.2012 12:30 # +1
alex_devel 31.01.2012 12:32 # 0
Или еще откуда?
defecate-plusplus 31.01.2012 12:36 # 0
alex_devel 31.01.2012 12:43 # 0
Steve_Brown 31.01.2012 11:44 # 0
There, I fixed it.
absolut 31.01.2012 12:04 # 0
Steve_Brown 31.01.2012 12:58 # −1
absolut 31.01.2012 13:29 # 0
someone 31.01.2012 12:22 # 0
alex_devel 31.01.2012 12:27 # 0
gegMOPO4 31.01.2012 14:15 # 0
guest8 09.04.2019 12:36 # −999