RTL Arabic sidebar
how to make sidebar at the right of the page when change language from English to Arabic
Replies (1)
Hi,
Unfortunately, changing between LTR (left-to-right) and RTL (right-to-left) layouts dynamically at runtime is not supported at the moment. This is because LTR and RTL layouts have different CSS styles that need to be loaded. You can find the relevant styles in the /angular/demo1/src/styles.scss file.
Thanks