wxpython message dialog right to left

2019-08-25 23:12发布

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?

0条回答
登录 后发表回答