I am running my English application in Arabic Windows. It contains a property sheet UI (MFC). Everything seems to be fine (Left-To-Right or LTR), except the buttons (OK, Cancel, Apply, and Help) which are Right-To-Left or RTL. But how to make the buttons LTR?
I played around with the flag PSH_RTLREADING mentioned on MSDN but it only deals with the window caption, not the buttons.
Besides, I noticed this dicussion but there is not a good solution.