Ask Qt about the reading direction of the current language
-
I checked the QTranslator class but couldn't find something in there.
I would like to determine the current reading direction (left to right / right to left) of the current active language.Is there a Qt-way?
Otherwise my workaround would be to have list of known RTL languages and compare them with the current selected language.
-
I checked the QTranslator class but couldn't find something in there.
I would like to determine the current reading direction (left to right / right to left) of the current active language.Is there a Qt-way?
Otherwise my workaround would be to have list of known RTL languages and compare them with the current selected language.
-
B buhtz has marked this topic as solved on