on Hebrew systems, the Palms display Fields in right-to-left order (RTL).
how can i detect that the OS is going to use RTL? i would like to avoid
creating a Field and checking the justification bit (i'm assuming that would
work) or explicitly checking if the country is Israel or something. ideally
i want a 100% reliable way to detect RTL, so i'm hoping there's a system API
such as "SysUseRTL()" or something.
why? my app draws a strikethrough line over certain Fields, and of course
for RTL languages it doesn't line up correctly. also, i need to reorder
certain columns in my Table when running in an RTL locale.
thanks,
// chris