Custom Ribbon and Font for Labels

Pac-Man

Active member
Local time
Tomorrow, 03:31
Joined
Apr 14, 2020
Messages
438
Hello,

I'm working on an Urdu/Arabic project and want to build custom ribbon for navigating for different forms. Ribbon labels will ne in Urdu/Arabic so need to set a font which have better readibility. I search over internet but couldn't find an answer to my query. How can we change font for labels in a custom ribbon in Access?

TIA
Best Regards,
Abdullah
 
I search over internet but couldn't find an answer to my query.
you create a Table for English/Arabic translated ribbon labels.
then create a Sub that will Dlookup() this labels and put to your Ribbon.
in other words, see this demo.

there is an "arabic" menu on the ribbon (right-side).
 

Attachments

you create a Table for English/Arabic translated ribbon labels.
then create a Sub that will Dlookup() this labels and put to your Ribbon.
in other words, see this demo.

there is an "arabic" menu on the ribbon (right-side).
Thanks a lot @arnelgp for sennding the db. Writing Urdu/Arabic text for labels in the xml is not issue. It can be written directly but I want to change the font of the labels. I want to change to some Urdu/Arabic font. Such text don't look nice when displayed in English font like arial or else.
 
Thanks for the link @June7, I had seen that link before but it doesn't contain anything which could explain how to do that except it seems from that page that it isn't possible.
 
That's why I provided the link, supports that conclusion.
 

Users who are viewing this thread

Back
Top Bottom