I'm working on a internationalization app, and the problem is:
If using english environment then I can set font like "Helvetica"
If using Chinese environment then I can set Chinese font.
Is there a way auto switch font depends on which language env is?
For example:
I prepare two fonts: en_font and cn_font, judge iOS language env, if language is english then use en_font otherwise cn_font