API for changing Language for non-Unicode Programs????
-
Is there any such API???
-
Is there any such API???
What does "Changing language" mean?
It is a crappy thing, but it's life -^ Carlo Pallini
-
What does "Changing language" mean?
It is a crappy thing, but it's life -^ Carlo Pallini
In ControlPanel->Regional and Language Options->Advanced Tab-> there is an option "Language for non-Unicode programs", I want to change it programatically, is there any API for that???
-
In ControlPanel->Regional and Language Options->Advanced Tab-> there is an option "Language for non-Unicode programs", I want to change it programatically, is there any API for that???
I'm not sure, but see if _tsetlocale()[^] helps (I do not have VS on this machine, so I cannot test it either).
It is a crappy thing, but it's life -^ Carlo Pallini
-
I'm not sure, but see if _tsetlocale()[^] helps (I do not have VS on this machine, so I cannot test it either).
It is a crappy thing, but it's life -^ Carlo Pallini
Thank you Rajesh... this helps me I guess, will test it
-
In ControlPanel->Regional and Language Options->Advanced Tab-> there is an option "Language for non-Unicode programs", I want to change it programatically, is there any API for that???
What you are describing is a System Locale and it cannot be changed programatically.