loio |
---|
8bb4723002ef4dc19a065b2e30c5498f |
view on: demo kit nightly build | demo kit latest release
Some controls need to provide specific coding for right-to-left mode (RTL), for example, because they position or animate elements programmatically, and not via CSS. To read the OpenUI5 RTL configuration, use the following function call:
sap.ui.require(["sap/base/i18n/Localization"], (Localization) => {
const bRtl = Localization.getRTL();
});