Right-to-left UI Guidelines?

Viewed 2557

I'm looking into RTL support for a proprietary UI framework (for a desktop app), and I'm wondering: are there guidelines as to how the widget rendering has to change?

I'm looking for a list of things like:

  • checkbox labels are on the left of the checkbox, and right-aligned
  • toolbar buttons flow from right to left
  • vertical sliders are on the left sice
  • window decoration ???
  • ...
1 Answers
Related