MoathOthman / MOLH

Localization helper for iOS apps mainly focusing on the LTR/RTL issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

islamnabil opened this issue · comments

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

@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.