reverse text alignment issue

Hi,

Just discovered that with hebrew text, alignement is reversed on my android device while in simulator all is as programmed. No parameters in display.newText seem to have any influence on this.

I suppose google thinks this is a nice feature since the language is read from right to left, but it creates some display issues for me when combined with for example english text, and I wonder if anyone know a way to override this *cough* feature?

Further testing indicate that what happens on android is that the text object is flipped on the x-axis upon hebrew language detection.

Further testing indicate that what happens on android is that the text object is flipped on the x-axis upon hebrew language detection.