i am using this command, which should switch my layout to RTL but the message dialog is still LTR:
self.SetLayoutDirection(wx.Layout_RightToLeft)
message dialog:
FinishMessage=wx.MessageDialog(self, "הבדיקה הסתיימה\r\n התוצאות נמצאות בקובץ אקסל במיקום הקובץ", caption="סיום בדיקת ניחות",style=wx.OK)
how do i fix the text will be right to left?