How to change Regional Settings(API)?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello dear friends, Is there any API for changing the "Language support for non-Unicode language"? This is required because I've to add Russian language support in my application.I've created a string table in which I copy/paste the russian strings from excel.The problem is all characters become ???. When I go to Control Panel->Regional and Language options->Advance tab and changing the language to Russian solves the problem and all the strings of russian displayed without any problem but this changes require to reboot the PC.I want to set this options from the API's so is there any API for this thing or any other way to do this? Thanks in advance.
ritz1234