1

I am using wx.Messagebox and trying to change it to RTL:

wx.MessageBox(text, title, wx.OK | wx.ICON_EXCLAMATION)

How do I transform it to RTL? I searched google, but didn't find an answer.

My entire GUI use:

self.SetLayoutDirection(wx.Layout_RightToLeft)

It's ok except the messagebox, how do I change it?

Hemangi Pithava
  • 138
  • 1
  • 7
delex
  • 201
  • 1
  • 5
  • 13
  • This question had been already raised [here](https://stackoverflow.com/questions/47246408/wxpython-message-dialog-right-to-left). No answer in 5 years. – joaquin Dec 19 '17 at 17:08
  • Yes but still it not working and none answer.. – delex Dec 21 '17 at 08:54

0 Answers0