-
Sencha User
Arabic translation for Ext JS 4
This is a proposal for a translation to arabic for Ext JS 4:
http://javagangster.blogspot.com/201...-ext-js-4.html
-
Very good. Thank you for your time!
Scott.
-
Sencha User
Thanks
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
-
Sencha User
thanks MohQut for sharing, it also worked for me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules