RTL Languages with Halo components/themes
In the documentation (http://help.adobe.com/en_US/Flex/4.0/LayoutMirroring/index.html) I've read, it says that Halo is not supported for layout mirroring/bidi text. What exactly does this mean?
Doing some simple testing with RichText, RichEditableText, DataGrid, and AdvancedDataGrid components, I've found that both Spark and Halo theme will produce a mirrored app with RTL text format. However, the Halo one will only work if TextAlign is set to TextAlign.START for the components. Otherwise the text will be left-aligned.
I'm looking into providing full support for Arabic/Hebrew/etc for a large app that has Halo theme. Am I going to run into a lot of complications because of this? Or will it be possible to get around the issues, like in the example above by adding textAlign=TextAlign.START? (that would also be a big hassle, but at least be a possible solution)
Thanks,
Kyle
