cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yhlxhyqj
Level 2

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
Labels (1)
0 Kudos
(2) Replies
Kelter
Level 10

is this on an OS with Hebrew set as the default language? I'm just guessing that behind the scenes, the IS engine is calling MessageBox which is using the system defaults...but that's just a guess.
0 Kudos
yhlxhyqj
Level 2

Yes. The issue happened on Hebrew OS. So, all languages settings are right. Some other windows, say Maintenance window are expected. The YES/NO botton translated.

Issue: But the right-to-left behaviour is not expected.

So far, no API found to set the right-to-left.
0 Kudos