Re: GUI with RTL and BiDi support
- Posted by mattlewis (admin) Dec 17, 2012
- 1379 views
EUWX said...
wxEuphoria: I use wxeuphoria, and have requested the release using the latest wxWidgets library version 2.9. wxPython has implemented it and I am waiting patiently for the release of wxEuphoria based on the latest wxWidgets library. That is has one that has full Unicode support.
wxEuphoria has been fully unicode for some time. I believe that the way to get RTL working is to create a wxLocale object. It's not well documented by wxEuphoria, but the wxWidgets documentation is here. Basically, I think it should look like this:
constant HEBREW = create( wxLocale, wxLANGUAGE_HEBREW )
I haven't tested this.
Matt