
-----------------------------------
greenapplesodaex
Fri Jan 14, 2005 12:00 pm

question about set locale
-----------------------------------
(my locale is not english before i run this code)

setlocale( LC_ALL, "English" );
char	info1[5];
int localeID1 = GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_ILANGUAGE, info1, 31 );


after i ran the above code, info1 will still be what it was before.... where did i go wrong?
