I\'ve been searching msdn forever now without a straight answer. Is there a way to simply get the user\'s language? I don\'t want to load any resources or anything at this point, I just want to get th
I\'m using the Win API function EnumUILanguages on a Windows XP Embedded build that has Chinese and French shell language packs (MUI) installed, however the API call only returns one language code: 04
What are the effects of calling SetThreadUILanguage in an applicaton? Will it cause captions like \"OK\" and \"CANCEL\" on a MessageBox to appear in the language set through this API?