
yhlxhyqj1.5524922127813638E12 asked a question.
How to set the flow direction of Hebrew?
The following is an example of the message box. No other parameters for flow direction of Hebrew.
// Display the AskYesNo dialog. The default is set to Yes.
if (AskYesNo("Installation complete. Would you like to read the Readme " +
"file now?", YES) = YES) then
...
endif;
On Hebrew OS, the message string and the YES/NO button string have been translated, but the direction is still "left to right" like English(issue). How to set the flow direction (including icon, strings) to the right "right to left". Any API?
Thanks
Issue: But the right-to-left behaviour is not expected.
So far, no API found to set the right-to-left.