I am trying to display arabic text using Label component and it's not
displaying properly. Is there a way to do something similar to Swing's
label.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);in apache pivot. I tried setting horizontal alignment to HorizontalAlignment.RIGHT but that didn't work. Thanks.
