I really like the dynamic font support in UILabel in NGUI 3.0.3, which makes things much easier. However, it leaves a question on how to change the dynamic font when user switches to a different language, like from English to Chinese. Previously, we can use reference UIFont to switch font per language. Although I can attach one script per UILabel to change the font in OnLocalize, I am wondering whether there is a better way to do it with the great dynamic font support in UILabel now.
Thanks!