RTl Support
Setup RTL support
const initialSettings = {
navStyle: NAV_STYLE_FIXED,
layoutType: LAYOUT_TYPE_FULL,
themeType: THEME_TYPE_SEMI_DARK,
themeColor: '',
isDirectionRTL: true, // To enable RTL support, set true
locale: {
languageId: 'english',
locale: 'en',
name: 'English',
icon: 'us'
}
};Last updated