UI support for right-to-left written languages
Currently it is impossible to create application which would support languages written from right to left except by using webview to render content properly. Silica components like TextSwitch are locked to left-to-right writing direction as well as whole UI. In order to develop applications using e.g. Arabic language it would require right-to-left support or that developer have to rebuild whole Silica library again and abandon all stock controls.
Or is there some undocumented way to switch UI from left-to-right directio to right-to-left direction?