Forum Discussion
Dmitry_Nikolaev
Staff
14 years agoHi Jared,
Try using the SetLocale function instead of simulating actions with the Region and Language dialog:
For the list of available local IDs, refer to this page.
Does this help?
Try using the SetLocale function instead of simulating actions with the Region and Language dialog:
SetLocale(1033)
...
SetLocale(2057)
...
SetLocale(1033)
For the list of available local IDs, refer to this page.
Does this help?