Show TOC

Programmatic Access to RTLLocate this document in the navigation structure

Some controls need to provide specific coding for RTL mode, for example, because they position or animate elements programmatically, and not via CSS. You can read the SAPUI5 RTL configuration by calling:

var bRtl = sap.ui.getCore().getConfiguration().getRTL();