MoathOthman / MOLH

Localization helper for iOS apps mainly focusing on the LTR/RTL issue
MIT License
117 stars 36 forks source link

Label's font doesn't change with language (Localization) #47

Open islamnabil opened 4 years ago

islamnabil commented 4 years ago

When call " MOLHFontLocalizableLabel().updateFont()" it's calling the function successfully but the label's font doesn't change

MoathOthman commented 4 years ago

@islamnabil I added an example of how to change font to arabic . though this solution does nto cover all cases, only works of you have one arabic font with no different weights e.g. bold , italic... Check this library https://github.com/diyaa-hamza/DJHFontManager it might help.