is the default template for cb2 supporting this?
Yes, but the CSS isn't doing a very good job of adding the direction. Edit the below file as instructed.
IN: components/com_comprofiler/plugin/templates/default/rtl.css
ON: Line 3
ADD:
Code:
.cb_template * {
direction: rtl;
}
As long as your Joomla language extension has the proper meta tag to set RTL then Joomlas getDirection should correctly return it and CB will load the rtl.css file. The CSS I've provided you will then style it rtl. I've added a bug ticket to improve the rtl.css for next release.