Thanks alot this really helped me
I added this at line 0 to make all component right to left (works with ExtJS 4.2)
******************************
Ext.override(Ext.Component, {
initComponent: function () {
this.rtl = true;
this.callParent();
}
});
******************************
I wanted to ask you if there is anyway to change the digits from english to arabic