Hi all,
Servoy currently has option at the solution level to set the text orientation. One of the options is “locale specific” - this is exactly what we need.
However consider this case: in left-to-right locales, we need the labels to be on the left-hand side of the fields which they describe. In right-to-left locales, we need to “flip” that layout so that the labels are on the right-hand side of the associated fields. In order to be able to do that, we need a programmatic way to determine what the text orientation of the current locale is. I could not find a way to do that in Servoy - I was looking for something like application.getCurrentTextOrientation() or i18n.getLocaleTextOrientation(locale). What am I missing?