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?