What if anything do we need to add to a stock Django project to make localizing the user interface for RTL languages "easy"? Cssjanus or a similar project can be used to generate alternate css stylesheets. What other things might be needed?
Recommendations
- Use Cssjanus (or similar tool) to produce "flipped" layouts
- Do not use inline css styles, instead use class or id based rules which can be directionally flipped when appropriate
- Have native speakers of RTL languages help check for RTL display problems