Hebrew language not working with TLFTextField

Hi,

I am trying to use TLFTextField to display Hebrew language, unfortunately it is not displaying correctly. :frowning:

This is the code I used

import flashx.textLayout.formats.Direction;

_txt.direction = flashx.textLayout.formats.Direction.RTL;
_txt.text = "מי אחראי לניהול הכללי של אבטחת מידע בתוך הארגון?  א) מומחי IT‏, ב) מומחי אבטחה, ג) מנהלים."

I have attached the fla and screenshot of how it should look like…

Please let me know what I may be doing wrong.