We are developing an application whose language can be changed on the fly.What we noticed is that auto hide popup windows are not showing up at the correct place when switching the application into a right-to-left language.
When changing the language we change the FlowDirection on our Main window, which is an Actipro RibbonWindow to the appropriate value.
I am wondering if this is enough? Do we have to consider other settings?
I have played a bit with the DockSite.UseHostedAutoHidePopups property but that seems to have no affect on this particular issue.