RTL & Language Switch Vue -Metronic 8
I build the website to switch between 2 languages one LTR and the other one RTL,
so please guide us in building the output with both languages (RTL and LTR)
we are using Vue demo 8 and Metronic 8.1.6
Replies (5)
Hi,
RTL webpack script was removed in metronic v8.1.6, to get rtl styles now you can reuse webpack or gulp script from our HTML version. https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl.
Then you can manually copy the RTL file from HTML version into the assets folder and import this file in src/App.vue.
@import "assets/style.bundle.rtl.css";
Regards,
Lauris Stepanovs,
Keenthemes Support Team
we will try the suggested solution, but is there any plan to add the functionality of switching language and support RTL soon
Hi,
Yes, we have plans for RTL implementation into Vue in the next releases, implementation of RTL/LTR switch will work the same way as dark/light mode switches.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes/
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I hope that , this is very good
So when is the next release date ?
Hi,
We usually do not confirm the exact ETA on new releases. We have a dynamic RTL/LTR switch implementation task on our to-do list, but we cannot say when it will be ready and released.
Regards,
Lauris Stepanovs,
Keenthemes Support Team