I have localization working except I'm currently just switching between English words and a test word. Before I dive to deep into this I wanted to make sure I was going down the right path. The way the localization example is set up, all glyphs for all languages need to be in the same font correct?
I am new to localizing but I'm guessing if you want to support, for example English and Chinese, then normally that would be two separate fonts. So, I would need to have localization change the font also, is that correct? It looks like the current LanguageSelection script on the UIPopup does not do that, so this is something I would need to add.
Does that make sense, or am I missing something? Thanks