Right-to-left support
You can present the content of your ribbonbar instance in a right-to-left direction by setting the RightToLeft property to Yes:
this.radRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
Me.RadRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes