Unfortunately, a single font often isn't enough to support all the characters required by the different languages in your game.
It's common to encounter issues where certain symbols, accents, or non-Latin scripts (such as Chinese, Arabic, or Vietnamese) are not displayed correctly — or not displayed at all.
To solve this problem once and for all, Localify introduces the concept of Styles.
A Style in Localify is a language-aware preset that defines:
You can create as many styles as you need, and assign different styles per language.
For example:
Arial with a clean UI material.NotoSansCJK with its own material.Localify will automatically apply the correct style based on the currently selected language and the active UI component — no manual switching required.